PHP

How do I know if curl support is enabled on my server? What if my server does not have curl support?
Enabling Curl support is one of the prerequisites to start with PHP integration. To know if Curl is supported by your server, Run phpinfo() from your prod...
Tue, 13 Apr, 2021 at 7:33 AM
I have curl support enabled. But still I see a red cross near API data
A red cross on API data on the Verify integration page implies that the request was unable to reach ShieldSquare instance. Ensure by verifying the follo...
Tue, 13 Apr, 2021 at 7:33 AM
I have my integration intact but verify integration page shows red cross for API Data
  If API data is not received, verify the following things. You should be using Sandbox ID when verifying integration. When you use Production...
Tue, 13 Apr, 2021 at 7:33 AM
I have CDN employed. How do I find the client IP that I should send you?
  It is necessary that ShieldSquare engine receives the client IP. Otherwise, all the requests will have the same IPs as that of your firewall. To se...
Tue, 13 Apr, 2021 at 7:33 AM
Is it possible to make shieldsquare work without a PHP session ?
ShieldSquare engine is fine-tuned in such way that it processes the data which has a session value in the API, else the site must not send session value at ...
Tue, 13 Apr, 2021 at 7:33 AM
Where should I include ShieldSquare API code?
ShieldSquare API call must be invoked before the page gets loaded on the browser. To achieve this, we recommend you to place it at the common header file ...
Tue, 13 Apr, 2021 at 7:33 AM