Hi all
One of our clients has implemented a payment system with 2checkout.
Our logs indicate that are receiving a "403 - Forbidden" error notice when
attempting to access this page. This is most likely because in the case of
direct return, HTTP_USER_AGENT is identified as:
"2Checkout.com-purchase libwww-perl/5.800"
I implemented the following in httpd.conf but still doesn't works.
SecFilterSelective HTTP_User-Agent "("2Checkout.com-purchase libwww-perl/5.800)" allow
Thank you very much
One of our clients has implemented a payment system with 2checkout.
Our logs indicate that are receiving a "403 - Forbidden" error notice when
attempting to access this page. This is most likely because in the case of
direct return, HTTP_USER_AGENT is identified as:
"2Checkout.com-purchase libwww-perl/5.800"
I implemented the following in httpd.conf but still doesn't works.
SecFilterSelective HTTP_User-Agent "("2Checkout.com-purchase libwww-perl/5.800)" allow
Thank you very much