↧
From: | jroehl |
To: | Rick Strahl |
If so, can the website read the cookie?
If so, where is the cookie?
Is there anyway of preventing cookies?
Thanks
Jeff
No, but wwHttp only retrieves the content - it doesn't run it, so it's not the job of the HTTP client to clean up your HTML.
If you're going to display HTML retrieved, you'll have to strip out script and a host of other things to sanitize the code - it's not a trivial job BTW, even though at first it might seem so because there are lots of potential attack vectors.
+++ Rick ---
To tell the website I am getting that my browser has javascript disabled?
Thanks
Jeff