[OP Stack Deployment] Proxyd header forwarding #759
Replies: 3 comments 3 replies
-
|
Based on the linked code, there is no functionality that forwards headers from the upstream RPC responses, including CORS headers. The code only sets the Content-Type header for the response. If you need CORS headers to be forwarded, this would have to be implemented separately. https://github.com/ethereum-optimism/infra/blob/3753db77dc894319914685eb35e893ef8253b9f6/proxyd/backend.go#L314 |
Beta Was this translation helpful? Give feedback.
-
|
I have seen there is an |
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been closed, you can still add replies |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I wasn't able to see how to configure Proxyd to forward headers from the upstream RPC(s). Is there a way to do this (specifically CORS headers) or will this have to be implemented?
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions