Questions tagged [incapsula]

Incapsula Inc. is a cloud-based application delivery platform. It uses a global content delivery network to provide website security, DDoS protection, load balancing and failover services to clients.

Incapsula Inc. is a cloud-based application delivery platform. It uses a global content delivery network to provide website security, DDoS protection, load balancing and failover services to clients.

35 questions
1
vote
1 answer

How to scrape incapsula protected website?

https://www.genecards.org/cgi-bin/carddisp.pl?gene=ZSCAN22 On the above webpage, if I click See all 33, I will see the following GET request is sent in Chrome DevTools. https://www.genecards.org/gene/api/data/Enhancers?geneSymbol=ZSCAN22 Direct…
user1424739
  • 11,937
  • 17
  • 63
  • 152
1
vote
1 answer

Any option to bypass Incapsula protection in python3 while scraping?

I'm new in scraping, and I'm already blocked by the Incapsula protection. import bs4 from urllib.request import urlopen as uReq from bs4 import BeautifulSoup as soup my_url = 'https://www.immoweb.be/fr/recherche/immeuble-de-rapport/a-vendre' #…
mr-kim
  • 83
  • 1
  • 2
  • 8
1
vote
1 answer

Compare-Object in Powershell for 2 objects based on a field within. Objects populated by JSON and XML

Apologies for my lack of powershell knowledge, have been searching far and wide for a solution as i am not much of a programmer. Background: I am currently trying to standardise some site settings in Incapsula. To do this i want to maintain a local…
J.Doe
  • 13
  • 5
1
vote
1 answer

Redirect using WAF vs CDN

Our application has 2 domains. http://www.example.org and https://secure.example.org We are planning to decommission https://secure.example.org and have just 1 secure domain name:https://www.example.org But we want to make sure any old URL still…
1
vote
1 answer

How are these two xml requests different?

I found a piece of code recently to help me get live prices into Google Sheets and wanted to expand upon it: =min(importxml("http://shop.tcgplayer.com/productcatalog/product/show?IsProductNameExact=true&ProductName="&A5, "//div[contains(@class,…
h01001000
  • 261
  • 8
  • 20
1
vote
1 answer

Incapsula blocking my mobile app requests, how do I bypass this?

we are using Incapsula for web security in our application. It works fine for web. However, Incapsula blocks all mobile application requests (iOS:Swift, Android:Java) ; and classifies them as DDOS and CAPTCHA (Fail) with status messages: Client…
The Cook
  • 1,403
  • 3
  • 17
  • 33
1
vote
1 answer

Power BI issues with Incapsula

I'm trying to get data->web to a service that uses Incapsula for DDOS and I'm getting the error: DataSource.Error: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF There was a workaround posted…
1
vote
2 answers

Does incapsula support websockets?

I have an email from Incapsula explaining they don't support websockets. I find this strange to say the least, and their support rep just copy pasted a wikipedia article (they don't even seem to know what it is). I'm getting all sort of 'malformed'…
Stephan Tual
  • 2,617
  • 3
  • 27
  • 49
0
votes
1 answer

I don't know how to make as many origin_servers as I need to have

I am using the Incapsula provider for Terraform. Specifically the resource: incapsula_data_centers_configuration. As you can see in the documentation it indicates that: You can configure as many origin_servers, as you need. In my case I have a…
Jorge
  • 27
  • 4
0
votes
0 answers

Accessing imperva logs to diagnose api performance issue

My api is behind imperva incapsula firewall, Is there any way to access logs from imperva to diagnose response time of my api? I am trying to research if slowness is coming from imperva firewall.
coolswastik
  • 489
  • 1
  • 9
  • 23
0
votes
1 answer

Broken html script - does Incapsula change the html tags positions?

I am using Magento2 with fpc, varnish, redis and Incapsula, and I am facing a very strange behaviour for a broken html content. I have a phtml file containing some php followed by javascript as follows:
laurent
  • 418
  • 3
  • 7
0
votes
1 answer

Web scraping for the website which was secured by Incapsula?

I am in need to scrape the data from the website here. This was protected by Incapsula. I have already done two approaches and also used the techniques which were given by Stack Overflow users. APPROACH 1: from incapsula import…
0
votes
0 answers

Incapsula module issue with XHR request

I am using the Incapsula module for Python, incombination with some proxy server shuffling to scrape data for personal use from a website.The module works to grab data from a web page, that I use to create the variable my_header3, which is used in…
gdogg371
  • 3,879
  • 14
  • 63
  • 107
0
votes
2 answers

Website maintenance landing page

This is a pretty lame question to begin with. We have a web application hosted with a cloud provider with the layers that the traffic needs to pass though. A WAF ( Cloud hosted ) --> Load balancer ( Cloud provided ) --> Tomcat (instance ) We don't…
user2967267
  • 147
  • 1
  • 1
  • 10
0
votes
2 answers

Paymill request error

Calling Paymill API endpoints returns me an error HTML instead
John
  • 588
  • 1
  • 6
  • 22