Http plugin - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Http plugin (
/showthread.php?tid=590972)
Http plugin -
slickstars - 06.10.2015
Hello, i tried use standart a_http.inc for send requests to my api, and its not work, but i need send POST request with body (json) and header Content-type: application/json.
I search a plug-in to work with Http (get, post, put, patch, delete methods), if it exists
AW: Http plugin -
Kaliber - 06.10.2015
Just look at the documentation:
https://sampwiki.blast.hk/wiki/HTTP
Re: AW: Http plugin -
slickstars - 06.10.2015
Quote:
Originally Posted by Kaliber
|
I looked this, and I written, I need use patch, put, delete Http methods
And how send http request with header? Here (
https://sampwiki.blast.hk/wiki/HTTP) I see separate function for send POST and function for send HEADER. But I need send POST and HEADER together.