Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [imperva]

Imperva is a provider of cyber and data security products. With an integrated security platform, Imperva data center security provides tools to combat attack, theft, and fraud, mitigate risk, and streamline regulatory compliance. Imperva is headquartered in Redwood Shores, California.

imperva
0 votes
0 answers
44 views

RSC content instead of HTML in Next.js app

I have a Next.js 14 website (using app router), hosted on Azure, and supported by Imperva CDN with a cache mechanism. All website pages are static using generateStaticParams. The website's pages are ...
Natan Manor's user avatar
0 votes
0 answers
19 views

Add WAF (Imperva) using together with F5 load balancer, but user cannot pass to any menu after access to main screen

We didn't change coding of Web application but before WAF adding, we able to access any menu via F5 normally. Before Structure Client -> F5 load balancer (using iRule) -> Destination server ...
Kessara Lertkittanapat's user avatar
1 vote
0 answers
129 views

Issue with Imperva WAF and IP Whitelisting on WordPress Site hosted on SiteGround

I am currently seeking guidance and assistance regarding an issue with Imperva Web Application Firewall (WAF) and IP whitelisting in the context of our WordPress application hosted on SiteGround. We ...
mohan 's user avatar
  • 31
0 votes
0 answers
57 views

imperva WAF rules blocked drupal 7 form submit

We have created a variable form using hook_variable_info where a field type "text_format". Where we are putting a html template data. But when we are going to submit that form getting ...
Arif's user avatar
  • 195
1 vote
1 answer
225 views

How do I enable native audit logging in Cassandra 3.11?

I Need help to enable audit logging in Cassandra 3.11 which this version not include enable audit logging and I want to read it from DAM Solution (Imperva Sonar) So I tried 1 - ECAUdit Solution https:/...
Basel Maged's user avatar
0 votes
1 answer
59 views

curious to know whether I can use Python to add users in Imperva Firewall

Greetings of the day! I would like to know whether I will be able to add a user to Imperva WAF firewall using Python scripts ? We add application, web sites, users to Imperva Firewall using Terraform ...
AravindkumarTS's user avatar
0 votes
1 answer
3k views

How do I avoid imperva bot detection?

I am running a Python script that scrapes a website. It uses Imperva to detect automated scripts crawling through it's web pages. Imperva has blocked my IP from accessing the site as soon as I run the ...
user avatar
3 votes
1 answer
3k views

java module access issue: "Class in a module cannot access class in unnamed module because module x does not read unnamed module y"

My source code compiles on java 7 and runs on java 11. I am trying to integrate imperva RASP as a java agent in tomcat. However, when I start the tomcat server, it is throwing following exception: ...
Bhushan Karmarkar's user avatar
0 votes
1 answer
2k views

Bypassing Imperva bot detection with Scrapy. Any way possible?

I'm trying to scrape several links containing information about events. I am rotating my paid proxies and user agents generated by UserAgent library. Imperva, which requires a US IP, is so sensitive ...
avakado0's user avatar
  • 115
1 vote
2 answers
530 views

Need help decoding a cross site scripting javascript attack

Someone posted on Twitter (not sure if I can link it here) a cross site scripting bypass for Imperva Web Application Firewalls. Which looks as follows: <a/href="j%0A%0Davascript:{var{3:s,2:h,5:...
Sebast1aan's user avatar
3 votes
3 answers
1k views

Terraform Incapsula provider fails to create custom certificate resource

We are trying to use Terraform Incapsula privider to manage Imperva site and custom certificate resources. We are able to create Imperva site resources but certificate resource creation fails. Our ...
victor voloceai's user avatar
0 votes
1 answer
69 views

Azure WebApp - How to add custom tracing in App Insights

Technical Stack Imperva WAF Angular 7 Azure WebApp We are planning to deploy Angular 7 build in Azure WebApp and will add custom domain to it which will be behind Imperva WAF. WAF will make sure ...
Manish Joisar's user avatar
0 votes
1 answer
845 views

CURL - NodeJS Rest API call Imperva - [SyntaxError: Unexpected token <]

I have written a shell script code which is successfully adding a new OS Connection IP in Imperva system/instance. ## Create a new IP OS connection in a given site, server group. create_ip() { ...
AKS's user avatar
  • 17.1k