POST in HTML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lilbit02
    New Member
    • Nov 2007
    • 22

    POST in HTML

    How can I send a post in HTML like this:


    GET URL HTTP/1.1
    Host: host
    Content-Type: application/atom+xml
    Authorization: Login auth=<Auth token>
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    You can't. That is a server header sent by server software before any HTML is sent.

    Comment

    • hirak1984
      Contributor
      • Jan 2007
      • 316

      #3
      Originally posted by lilbit02
      How can I send a post in HTML like this:


      GET URL HTTP/1.1
      Host: host
      Content-Type: application/atom+xml
      Authorization: Login auth=<Auth token>
      it is basically the browser headache.
      u need not bother.
      else u have to write your own browser.
      U can surf the open source browser communities in the web.Like firefox.

      Comment

      Working...