-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Incorrect http method issue fix #39283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect http method issue fix #39283
Conversation
|
Hi @Mohamed-Asar. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
|
@magento run all tests |
|
@magento run all tests |
|
Looks like this issue was already fixed in 7677eb6 (merged to 2.4-develop branch) @Mohamed-Asar, could you please confirm that? |
|
@ihor-sviziev Yes This issue was fixed by adobe team, I verified in my local instance with latest 2.4-develop branch |
|
@ihor-sviziev: just a random remark, but I always learned that GET requests should only fetch data, never perform "actions". Some browsers sometimes pre-fetch GET requests without any user interaction, if a GET request actually triggers an action, unexpected things can happen without any interaction, which may be very bad. So no idea if this fix here (or the one from Adobe), is actually a good idea ... As exports can now be triggered by a GET request? |
|
@hostep i fully agree with you, but it was like that for a long time. Unfortunately all actions are done with get method in Magento, that’s really stupid. |
|
Hi @Mohamed-Asar, |
Description (*)
Incorrect http method class removed
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)