External urls redirect to "https://xxxx/xxx/xxx/checkout/onepage/" denied! #4505
Replies: 2 comments 3 replies
-
Start here: magento-lts/app/code/core/Mage/Core/Controller/Varien/Action.php Lines 801 to 814 in 1fb8813 |
Beta Was this translation helpful? Give feedback.
-
What is exactly the logic behind this protection? This can be abused somehow? I was thinking of solving this by doing some proxy check and then allowing the url, but this to can be opening up for abuse. Matomo fixed this by having the proxy add a header and you can test on that. This way nobody can see this "configured" header and if you test on that it should be even more secure. But I don't really get this check, I would think that once the procedure is started under this root path, why not just finish it. |
Beta Was this translation helpful? Give feedback.
-
I am getting this error on the buy it now button, however I am just able to do a normal checkout (onepage checkout)
"External urls redirect to "https://xxxx/xxx/xxx/checkout/onepage/" denied!"
I am running magento on a proxy, looks like magento does not detect this. This is my proxy path https://xxxx/xxx/xxx/
How should I debug this?
Beta Was this translation helpful? Give feedback.
All reactions