23.09.2013, 04:26
I'm trying to get access to protected file by sending username and password in url, but server is every time returing code 1 (HTTP_ERROR_BAD_HOST).
Example:
And also can someone explain me how to use 4th param in HTTP function.
Example:
pawn Код:
HTTP(playerid, HTTP_GET, "http://user:pass@domain.com/file.txt", "", "MyHttpResponse");
