Situatie:
ASP omgeving met bibit koppeling in testomgeving.
Ik krijg de volgende melding na het doen van een testbetaling
"Thank you for using Bibit Internet Payments
Your payment has been processed securely. Next, the results will be displayed on an insecure page. Although this will not influence the security of your payment, some Web browsers will display a warning.
Please follow this link to continue."
Normaal zou hij direct naar de succes, pending of error url moeten gaan maar dit gebeurd helaas niet, ik moet dus eerst op "this link" klikken. De testorders en payments staan wel in het systeem van bibit dus alles lijkt goed te gaan.
Punten waar ik op moest letten volgens de bibit documentatie (HTTPSproxy):
- For security reasons the feature will only work directly after a payment has been done. So testing the proxy functionality can only be done by testing the whole payment cycle.
Doen we.
- The urls should be hosted on the same machine (IP address) that sends the orders to the Bibit Payment Service.
Doen we.
- Pages that redirect through the 302 HTTP return code do not function in combination with the proxy.
Geen redirects in de success,pending of error url's.
- The proxy only supports content types "text/html" and "image/*", and the content type headers
need to be set as such.
Content type is "text/html"
- The compression on all your servers must be disabled
Er is geen compressie
- It's not possible to run a script of the result page
Er staan geen scripts in de pagina, de pagina zelf is wel asp (serverside vbscript)
Weet iemand waar dit aan zou kunnen liggen?
ASP omgeving met bibit koppeling in testomgeving.
Ik krijg de volgende melding na het doen van een testbetaling
"Thank you for using Bibit Internet Payments
Your payment has been processed securely. Next, the results will be displayed on an insecure page. Although this will not influence the security of your payment, some Web browsers will display a warning.
Please follow this link to continue."
Normaal zou hij direct naar de succes, pending of error url moeten gaan maar dit gebeurd helaas niet, ik moet dus eerst op "this link" klikken. De testorders en payments staan wel in het systeem van bibit dus alles lijkt goed te gaan.
Punten waar ik op moest letten volgens de bibit documentatie (HTTPSproxy):
- For security reasons the feature will only work directly after a payment has been done. So testing the proxy functionality can only be done by testing the whole payment cycle.
Doen we.
- The urls should be hosted on the same machine (IP address) that sends the orders to the Bibit Payment Service.
Doen we.
- Pages that redirect through the 302 HTTP return code do not function in combination with the proxy.
Geen redirects in de success,pending of error url's.
- The proxy only supports content types "text/html" and "image/*", and the content type headers
need to be set as such.
Content type is "text/html"
- The compression on all your servers must be disabled
Er is geen compressie
- It's not possible to run a script of the result page
Er staan geen scripts in de pagina, de pagina zelf is wel asp (serverside vbscript)
Weet iemand waar dit aan zou kunnen liggen?