You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for this great Add-on, i currently use it heavily to debug my Nextcloud App-developement! :)
However, i came accross a small issue: It seems like the Plugin stores some cookie, that the requested site returns. This results in the Basic-Auth not to beeing used anymore, but the cookie is used to authenticate. So if i want to test my API for different users - e.g. for testing access options - i get authenticated as the first used user, but not as the user i actually put into the authentication fields. I would expect to always get authenticated as the user i actually put into the fields.
As probably people want it just as it is - Maybe a switch to store respective cookies, or to delete them if set would be useful?
Greets! :)
Jonas
My Setup:
Firefox Developer Edition v85.0b9
RESTED Plugin v2.3.1
The text was updated successfully, but these errors were encountered:
Hi all,
thank you for this great Add-on, i currently use it heavily to debug my Nextcloud App-developement! :)
However, i came accross a small issue: It seems like the Plugin stores some cookie, that the requested site returns. This results in the Basic-Auth not to beeing used anymore, but the cookie is used to authenticate. So if i want to test my API for different users - e.g. for testing access options - i get authenticated as the first used user, but not as the user i actually put into the authentication fields. I would expect to always get authenticated as the user i actually put into the fields.
As probably people want it just as it is - Maybe a switch to store respective cookies, or to delete them if set would be useful?
Greets! :)
Jonas
My Setup:
Firefox Developer Edition v85.0b9
RESTED Plugin v2.3.1
The text was updated successfully, but these errors were encountered: