We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adds user-agent and referer headers in explorer-api requests
user-agent
referer
<web3modal version>/<core sdk version>/<operating system>
name
example:
headers: { user-agent: 'w3m-ios-1.0.0/swift-1.5.7/ios-16.5', referer: 'Showcase' }
The text was updated successfully, but these errors were encountered:
radeknovis
No branches or pull requests
What problem does this new feature solve?
Adds
user-agent
andreferer
headers in explorer-api requestsDescribe the solution you'd like
user-agent
that follows the pattern<web3modal version>/<core sdk version>/<operating system>
referer
containing thename
provided in the sdk metadata (with no spaces)example:
The text was updated successfully, but these errors were encountered: