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
retrieveClientToken
When using ngrok as recommended for local testing of client uploads, there's a default warning page that can be bypassed by sending a header.
If this code accepted request headers, it could be provided:
storage/packages/blob/src/client.ts
Lines 306 to 309 in 293ebe7
There are probably other more common cases where this would also be helpful -- sending CORS headers, authorization tokens, etc.
The text was updated successfully, but these errors were encountered:
hey @jordansexton , thanks for the suggestion! I think that's a valuable point, we'll add it to our roadmap
Sorry, something went wrong.
+1 Really need that for my project
No branches or pull requests
When using ngrok as recommended for local testing of client uploads, there's a default warning page that can be bypassed by sending a header.
If this code accepted request headers, it could be provided:
storage/packages/blob/src/client.ts
Lines 306 to 309 in 293ebe7
There are probably other more common cases where this would also be helpful -- sending CORS headers, authorization tokens, etc.
The text was updated successfully, but these errors were encountered: