Sucessful GET Requests have a Content-Type of text/html;charset=ISO-8859-1.
In FiddlerScript I have built the exact same Request as a string variable. When I send it using FiddlerObject.utilIssueRequest it fails with an HTTP 500 error and no value in the Session Content-Type column.
How does one set the Content-Type of the entire GET Request?
Jerry