Discussion in 'Plugin Help' started by NotFenixio, Nov 6, 2022.
Hi! I was wondering if it is posible to make a GET HTTP Request to a custom URL.
I use for this next code in php: $ch = curl_init("your url here"); curl_exec($ch); curl_close($ch);