Allow POST traffic from IP address to prevent 403
-
Hello, I’m running into problems with my Servired (payment gateway) integration with Woocommerce and using BPS.
After spending a good amount of time, I discovered that BPS was blocking the traffic from the Bank payment gateway.
By looking at my weblog, I found this line that registers the IP address were the POST information is coming from. This is the information/traffic that I want to allow into my website.
195.76.9.187 - - [05/Feb/2015:22:05:03 +0100] "POST /?wc-api=WC_Gateway_redsys HTTP/1.1" 500 - "-" "-" "Java/1.5.0"
By having BPS active, I get this message from my bank admin panel, thus the transaction doesn’t get completed and my order remains “pending payment”.
https://www.mywebsite.com/?wc-api=WC_Gateway_redsys
Server returned HTTP response code: 403 for URL: https://www.mywebsite.com/?wc-api=WC_Gateway_redsysIf I disable BPS, everything runs smoothly.
Any help would be appreciated.
- The topic ‘Allow POST traffic from IP address to prevent 403’ is closed to new replies.