Skip to content

Add support handle HTTP redirect with status code 307 and 308#3106

Open
baysao wants to merge 1 commit intoethers-io:masterfrom
baysao:master
Open

Add support handle HTTP redirect with status code 307 and 308#3106
baysao wants to merge 1 commit intoethers-io:masterfrom
baysao:master

Conversation

@baysao
Copy link
Copy Markdown

@baysao baysao commented Jun 23, 2022

Request with guarantees that the method and the body will not be changed when the redirected request is made. It's very useful in many case API is POST with body data.

* Request with guarantees that the method and the body will not be changed when the redirected request is made
@ricmoo ricmoo added the investigate Under investigation and may be a bug. label Jul 5, 2022
@jclancy93
Copy link
Copy Markdown

I have also noticed this on a few different NFTs

@bergeron
Copy link
Copy Markdown

This would fix a bug where the getAvatar function fails when an NFT's token URI returns an HTTP 308 redirect.

@ricmoo
Copy link
Copy Markdown
Member

ricmoo commented Apr 9, 2026

Please see #5115 for updates. Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

investigate Under investigation and may be a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants