Add headers to response #1229
rushglen
started this conversation in
Ideas & Feature requests
Replies: 0 comments 1 reply
-
Hey @rushglen, configuring the CORS headers is now possible via the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to change the origin header specifically to restrict to my domain.
I see in the response: Access-Control-Allow-Origin: *
Which means anyone can connect.
It would also be great if we could read the request headers for session cookies etc.
I am successfully deployed using nodejs with no additional frameworks like express etc
Everything is working fine, I'd just like to improve the security, any way to add/read headers?
Beta Was this translation helpful? Give feedback.
All reactions