mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #366] Too many redirects #242
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#242
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?
Originally created by @Albonycal on GitHub (Jun 20, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/366
Is this a bug (or possible vulnerability)

Dunno...
But searching the root url of whoogle (5.4 ver) causes Too many redirect error
POSTmethod does not give any error and works as intendedMaybe it's a
HTTPprotocol thing?Dunno
I just thought this's weird
@benbusby commented on GitHub (Jun 25, 2021):
This seems to only happen on Heroku instances, so I don't actually think it's a Whoogle specific bug. I can't think of why this would happen for Heroku instances, but there isn't any redirect behavior based on a user's search unless a bang query has been performed, and even then it doesn't rely on a user searching a domain directly.
It is weird, but seems like a fairly innocuous bug. Thanks for bringing it to my attention, I'll keep it mind and revisit this issue if I think of a possible cause.
@Albonycal commented on GitHub (Jun 25, 2021):
https://help.heroku.com/VKLSBMJS/why-am-i-getting-a-message-too-many-redirects

Maybe this's causing it?
Maybe it's a bug that's causing it to redirect..