I am not very familiar with Incapsula but I am currently working in a project that needs to send socket messages using simple socket php scripts on both ends (scripts work in localhost):
-Client: Outside Incapsula Sends messages to server
-Server: Apache Inside Incapsula (under Incapsula protection) Receives messages from client (a single client)
Supposing the IP from the client is: 198.168.123.123, how should I proceed to allow connections from this IP as if the server had no Incapsula protection for this IP?
Or is it impossible?
Thank you.