R
ragi
How can I connect to server and send request like this:
GET appsvc/appmsg4.asp?fmnumber=6&version=6, 0, 0, 132
Accept: image/gif, image/jpeg, image/pjpeg, ...
Accept-Language: pl
User-Agent: Mozilla/4.7 [en] (Win98; I)
Pragma: no-cache
Host: appmsg.gadu-gadu.pl
by CInternetSession (MFC)
I can't find example where all these params are included (like language).
I need working example.
Thanks.
GET appsvc/appmsg4.asp?fmnumber=6&version=6, 0, 0, 132
Accept: image/gif, image/jpeg, image/pjpeg, ...
Accept-Language: pl
User-Agent: Mozilla/4.7 [en] (Win98; I)
Pragma: no-cache
Host: appmsg.gadu-gadu.pl
by CInternetSession (MFC)
I can't find example where all these params are included (like language).
I need working example.
Thanks.