can not get or change default response header Server #7
-
hi, just tried mako server. I got blank string for response header Server,
and if I change header Server to other strings,
is this a bug , or it is a feature ? doc says that
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a feature. Some headers are reserved. The following works: |
Beta Was this translation helpful? Give feedback.
This is a feature. Some headers are reserved. The following works:
response:setheader('Hello', 'World')
trace(response:containsheader'Hello')
Changing the server name requires the full Barracuda App Server SDK and is an option for commercial entities purchasing the full source code.