Can't submit form to an http(s) URL using POST method from WebExtensions
Categories
(WebExtensions :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: afnankhan, Unassigned)
References
Details
(Keywords: testcase, Whiteboard: triaged)
Attachments
(1 file, 3 obsolete files)
|
562 bytes,
application/x-zip-compressed
|
Details |
Comment 1•9 years ago
|
||
Comment 4•9 years ago
|
||
Updated•9 years ago
|
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Updated•9 years ago
|
Comment 11•9 years ago
|
||
Updated•9 years ago
|
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
Comment 17•9 years ago
|
||
Updated•8 years ago
|
Comment 19•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•8 years ago
|
||
Updated•8 years ago
|
Comment 24•8 years ago
|
||
Comment 25•8 years ago
|
||
Updated•7 years ago
|
Comment 26•7 years ago
|
||
Comment 27•7 years ago
|
||
Comment 28•7 years ago
|
||
Comment 29•7 years ago
|
||
Comment 30•7 years ago
|
||
Comment 31•7 years ago
|
||
Seems like this might be fixed now, based on Nika's comment 30. Can someone confirm?
Comment 32•7 years ago
|
||
That's a fine question. Anna, do you want to test this (since you cited a case in #c28)? Some solid STR would be great.
Comment 33•7 years ago
|
||
I tested it with an updated version of the attached test extension by using the source code from http://httpbin.org/forms/post for the options page (and using the full url in the form action) because the original url used in the extension doesn't seem to exist anymore.
Result after opening the options page and submitting the form is that http://httpbin.org/post fails with 405: Method Not Allowed and looking at the request logs in the browser console shows that the request was made with GET instead of POST.
Tested with Firefox 66b14
The case I cited in #28 won't work either unless the addon devs update Temporary Containers with a hacky workaround, because as Nika mentioned in #30 container switching losing POST data etc, won't be fixed by that bug anyway.
Comment 34•6 years ago
|
||
I apologize for reviving this issue, but I just stumble into this problem which seems to be unique to Firefox. Is there any intention to resolve this? It is a significant breaker for me, and I imagine for others too.
Comment 35•6 years ago
|
||
(In reply to Claudio Guarnieri from comment #34)
I apologize for reviving this issue, but I just stumble into this problem which seems to be unique to Firefox. Is there any intention to resolve this? It is a significant breaker for me, and I imagine for others too.
Hi, not sure if the problem is fixed at the moment. I also faced this issue a couple of years ago. My decision was to use custom events for communication with the target site instead of sending POST data. Of course, this way works only if you've an access to the necessary site. May be my solution will be helpful for you.
Comment 36•5 years ago
|
||
Any news on this? It seems that is still happening on latest version of Firefox.
Updated•4 years ago
|
Description
•