All,
Is there a supported way to change the capitalization of HTTP header
fields in Zinc? I'm currently running into problems with a websocketpp
(https://github.com/zaphoyd/websocketpp) based backend which expects a
specifically capitalized Sec-WebSocket-* header field. E.g.
Sec-WebSocket-* works, Sec-Websocket-* does not.
As far as as I can see Zinc nicely capitalizes HTTP header fields. E.g.
even if you provide "Sec-WebSocket-Key" the actual transmitted header is
"Sec-Websocket-Key".
I know that HTTP specified that header fields are case-insensitive. So
problem is clearly on the websocketpp side. I just want to know if I can
somehow instruct Zinc to not touch the capitalization to make working
with non-compliant backends easier.
Thanks,
Udo
- [Pharo-users] HTTP Header field handling in Zinc Udo Schneider
-