how to recover a a url along with the message which it sends form a client system in the proxy server.there is any command to recover the url and take the message out of the url in the proxy server before forwarding the url to Internet.
For Example:
http://companion_proxy/ocl.cgi?req=cnc_cmd;target=12;action=setchannel;channel=34
this is the url is typed in address bar,then how to recover the above url and the message such as
target=12,action=setchannel,channel=34,req=cnc_cmd from the url.
I have to extract the information from url in proxy server before the proxy server is forwarding the url to internet. Thanks in advance.