AnimeWorld returns 202 redirect at every request #578
Labels
No labels
Bug
Domain change
Duplicate
Features request
Remove request
Source is down
Source request
Wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AlmightyHak/extensions-source#578
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source information
ANIMEWORLD.tv 14.41 (Italian)
Source language
Italian
Steps to reproduce
Install the extension and try watching any anime, it will always return that there are no animes/episodes.
Expected behavior
The page should return with a 200 HTTP code and the anime episodes should show up.
Actual behavior
I've used anitester to debug the okHttp requests and this is the response:
The page returns a 202 redirect code, but never redirects.
Which app are you using?
Dantotsu
App version
3.2.1
Android version
Android 14
Other details
After a bit of testing, when the redirection page shows up this is its content:
I've tried setting the cookie by applying these changes
2480a5576f
but the result does not change.Weirdly enough, if I do the request manually using fetch on Node.JS, it works just fine:

Acknowledgements
Even after the pull request the extension still returns a 202 return code.
I've fixed with PR #582