-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass origin
HTTP header on requests to Infura
#4739
Comments
relates to #4279 |
@danfinlay @kumavis any concerns with using |
I think that's fine, I believe that's what we used previously. I would want @kumavis to chime in on whether this is going to trigger a preflight. |
As an FYI, the |
Did we hear back from Infura about which header they'd like us to implement? |
implemented in #6023 |
Adding a MetaMask-specific header to Infura requests will let us segment our traffic and understand more about daily usage.
This header used to exist but was pulled because it caused issues with custom RPC options. We should only include the header when we're certain the request is headed to Infura. See #2250 and maybe #2138.
Prior implementation used
x-metamask-origin
– we should check with Infura team to see if this is suitable, or the simpleorigin
header will do, or if there's something else they preferThe text was updated successfully, but these errors were encountered: