mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #1094] [QUESTION] GET vs POST #665
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#665
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 @BumbleCast on GitHub (Oct 27, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1094
Thanks for the amazing work!
Whoogle runs great. I use it as a replacement for all my standard search engines. Only in Firefox the issue that Firefox Containers do not currently pass through POST requests is a little annoying. I was wondering, if there are any drawbacks to the suggest switch to GET requests (https://github.com/benbusby/whoogle-search#using-with-firefox-containers)?
If there are any privavcy or security drawbacks, I don't mind the annoyance. Thanks for the clarification.
@newtoallofthis123 commented on GitHub (Oct 29, 2023):
I mean regarding privacy and security, I don't think get and post makes that much of a difference.
I cannot speak to how Whoogle handles the input internally, but atleast externally, the only benefit I sort of see is that the post requests most of the time do not include the actual search text in the url parameter, which might obfuscate your browser history.
But other than that, I cannot attest to any advantages. Ig finally boils down to preference and necessity. Hope this helps :)
@BumbleCast commented on GitHub (Oct 31, 2023):
Thank you so much for the clarification!
@newtoallofthis123 commented on GitHub (Oct 31, 2023):
You're welcome! Happy whoogling :)