Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

View browser's headers

by BorgCopyeditor (Friar)
on Jul 11, 2002 at 17:56 UTC ( [id://181093]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: HTTP Headers Problem
in thread HTTP Headers Problem

You can get a view of the headers a browser is sending by pointing your form to:
http://www.delorie.com:81/some/url.html

The site also has a utility for viewing server headers.

HTH,

BCE
--Your punctuation skills are insufficient!

Replies are listed 'Best First'.
Re: View browser's headers
by mikeirw (Pilgrim) on Jul 11, 2002 at 18:28 UTC
      Excellent! In examining what IE and Mozilla create, I was able to indentify exactly what was the problem in the header.
      POST http://www.environet.gov.on.ca/dwws-app/DWWSApp?cmd=UploadSubmPag +e.uploadSubm Content-Encoding: form-data Content-Length: 3059 Content-Type: multipart/form-data; boundary=xYzZY --xYzZY Content-Disposition: form-data; name="works_id" 300002167 --xYzZY Content-Disposition: form-data; name="lab_id" 48 --xYzZY Content-Disposition: form-data; name="filename"; filename="260015626-2 +20006440.txt" Content-Length: 2769 Content-Type: text/plain
      It seems that neither browser states the Content-Length for just the file disposition, but do for the whole transaction at the beginning. In other words, the second last line shouldn't be there at all. This makes sense in accordance with the rather ambigous error message that I got. Final question: how do I turn this off? Thanks for all your help guys!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://181093]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-03-29 09:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found