• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
CFHTTPMessage and HTTP headers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CFHTTPMessage and HTTP headers


  • Subject: CFHTTPMessage and HTTP headers
  • From: Alexey Proskuryakov <email@hidden>
  • Date: Thu, 21 Apr 2005 18:07:25 +0400

  Is there a reason why CFHTTP changes the case of additional HTTP headers
provided by CFHTTPMessageSetHeaderFieldValue()? For example, code like

CFHTTPMessageSetHeaderFieldValue(msg, CFSTR("SOAPAction"), CFSTR(""));

results in a request like this:

POST / HTTP/1.1
User-Agent: CFNetwork/1.1
Soapaction:
<...>

  I know that HTTP headers are supposed to be case-insensitive, yet it's
somewhat strange to see SOAPAction changed like this...

- WBR, Alexey Proskuryakov


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: CFReadStreamHasBytesAvailable locks up my threads on 10.3.9
  • Next by Date: Re: CFHTTPMessage and HTTP headers
  • Previous by thread: Re: CFReadStreamHasBytesAvailable locks up my threads on 10.3.9
  • Next by thread: Re: CFHTTPMessage and HTTP headers
  • Index(es):
    • Date
    • Thread