I'm trying to post a license number to a web form. I'm using Fiddler and I got this error:
Fiddler has detected a protocol violation in session #41.
Content-Length mismatch: Request Header claimed 10 bytes, but sent 14
Now I got this error to go away by doing this:
ThisWebClient.ContentLength = Len(Clip(PostString))+4
This can't be the correct way to handle this, right?
Anyway, could someone get me pointed in the right direction? I REALLY new at this aspect of NetTalk. This is the webpage I'm trying to POST data to:
http://hblb.state.al.us/Lic_Search/search.aspThank you!!!!!!
Don