Always open in specific container drops POST request payload when opening tab in the container #1736
Labels
bug
Something is broken!
Component: Site Assignment
Issues related to assigning a site to a container
Component: Tab
Issues related to tab changes (create, delete, move, etc).
Actual behaviour
When setting default container for using a search engine that uses POST request payload for searching, the query payload is lost and the search is never performed.
See benbusby/whoogle-search#18
Expected behaviour
When reopening tab in new container the POST request be resent.
Steps to reproduce
This maybe happening because the original tab is closed and a new container tab is opened with the same URL as the original one, but a get request is made instead of POST.
The text was updated successfully, but these errors were encountered: