Morning, Is there a way to add an HTTP server-side...
# suitecommerce
c
Morning, Is there a way to add an HTTP server-side cookie to a request? I have tried
response.addHeader(...)
but it forces the use of prefixing the
name
attribute with "Custom-Header" which defeats the purpose.
m
I have run into this issues as well and found no workaround.
c
It seems that Headers remain locked down. 😞