Skip to content

JSON blob api POST request seems to be Broken #96

New issue

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

Closed
stripathix opened this issue Sep 30, 2021 · 1 comment
Closed

JSON blob api POST request seems to be Broken #96

stripathix opened this issue Sep 30, 2021 · 1 comment

Comments

@stripathix
Copy link

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.

@tburch tburch closed this as completed in fe3349a Sep 30, 2021
@tburch
Copy link
Owner

tburch commented Sep 30, 2021

@stripathix I'll deploy this fix tonight. I missed this in the rewrite.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants