HTTP -
KubiPL - 18.07.2014
Function is not working.
When: HTTP(2500, HTTP_GET, "mrucznik-rp.pl/index", "", "HTTP_MruResponse");
Код:
[0] code: 200 data:
mrucznik-rp.pl/index
[0] [debug] Heap corruption detected:
[0] [debug] samp-server.exe [0047e767] is trying to release memory at 00000000
When: HTTP(2500, HTTP_GET, "mrucznik-rp.pl/topic/34XXX-ic-zasady-XXXXXXXX/?p=XXXXXX", "", "HTTP_MruResponse");
X - hidden.
This sending POST without any order (Im using HTTP in loop and i receive unsorted numbers...)
Re: HTTP -
QuaTTrO - 19.07.2014
What kind of information you want to get from your website? It's in plain text?
Re: HTTP -
KubiPL - 19.07.2014
I want to get post, not.
Re: HTTP -
QuaTTrO - 19.07.2014
I don't think this will be possible. If it was in plain text then it could work. You should try to retrieve information using MySQL
Re: HTTP -
eider - 19.07.2014
What the hell? Are you trying to get whole website!? Simply - it won't work, return data is too big for HTTP thread to handle it properly.
Re: HTTP -
KubiPL - 20.07.2014
No it isn't, becouse given error isn't equal 5 (TOO_BIG)