Stupid HTTP question.....

  • Thread starter Thread starter Joe Coder
  • Start date Start date
J

Joe Coder

If I make an HTTP connection to a server, does the data following the
initial connection have to be alphanumeric or can it be anything?

Asked another way....Does an HTTP data stream accept data other than
alphanumeric data? Like, can I send a file to my IIS server over HTTP
without converting it to an alphanumeric data stream?
 
When you connect to a HTTP Server, a request block is sent, basically a
bunch of Strings telling the server, the requested resource and lots of
imformation about the sender.
 
Right......but after the initial handshake, does it matter what bytes are
sent back and forth over the HTTP connection?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top