We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It used to be x-jsonblob header which has a path of JSON blob that is created.
x-jsonblob
But looks like it is changed to location response header. But in JS due to CORS it is not possible to read this header.
location
Ref: https://stackoverflow.com/questions/43344819/reading-response-headers-with-fetch-api
Bug Fiddle https://jsfiddle.net/62L35b8z/
Maybe need to expose this header to allow the client to read its value.
The text was updated successfully, but these errors were encountered:
fe3349a
@stripathix I'll deploy this fix tonight. I missed this in the rewrite.
Sorry, something went wrong.
No branches or pull requests
It used to be
x-jsonblob
header which has a path of JSON blob that is created.But looks like it is changed to
location
response header. But in JS due to CORS it is not possible to read this header.Ref: https://stackoverflow.com/questions/43344819/reading-response-headers-with-fetch-api
Bug Fiddle https://jsfiddle.net/62L35b8z/
Maybe need to expose this header to allow the client to read its value.
The text was updated successfully, but these errors were encountered: