payment2022.vcedev.com
Open in
urlscan Pro
172.99.75.17
Public Scan
URL:
https://payment2022.vcedev.com/
Submission: On March 10 via automatic, source certstream-suspicious — Scanned from DE
Submission: On March 10 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Original Code Download from GitHub. Original + Config.php Code updated to use Config.php file rather than config.txt file. Latest Code Copy of the code that was worked on by Al and then modified by Wasay. -------------------------------------------------------------------------------- Issue: Slow credit card process response How it was resolved on development: On Windows: The web.config file was updated. <system.webServer> <httpProtocol> <customHeaders> <add name="Content-Security-Policy" value="frame-ancestors 'self' *.authorize.net;" /> </customHeaders> </httpProtocol> </system.webServer> On Linux: The .htaccess file was updated. Header add Content-Security-Policy "frame-ancestors 'self' *.authorize.net"