Join Slack
Powered by
Morning, Is there a way to add an HTTP server-side...
# suitecommerce
c
Chris
05/03/2021, 2:31 PM
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
Mark
05/03/2021, 4:35 PM
I have run into this issues as well and found no workaround.
c
Chris
05/03/2021, 5:42 PM
It seems that Headers remain locked down. 😞
Open in Slack
Previous
Next