1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

How to create an HTTP Request?

Discussion in 'Plugin Help' started by NotFenixio, Nov 6, 2022.

  1. NotFenixio

    NotFenixio Creeper

    Messages:
    4
    GitHub:
    notfenixio
    Hi! I was wondering if it is posible to make a GET HTTP Request to a custom URL.
     
  2. BsoDin890

    BsoDin890 Creeper

    Messages:
    3
    I use for this next code in php:
    $ch = curl_init("your url here");
    curl_exec($ch);
    curl_close($ch);
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.