Hello everybody,
I' d like to ask, is there a trick with the http.dll that causes a real hit and visit in the target url. I tried everything but getting just the headers or the source code (HTML) don' t make the job.
I use http.dll and not the web browser control, because http.dll handles proxy.
Thank you in advance
Server does not log the request. In addintion, getting the headers or just the code, javascript doesn' t run, so any scripting base counters do not get updated.
The server is expected to log the request. Maybe the server is looking for a specific header that is missing. The javascript will not run as javascript runs in the client side (by the browser).