Questions tagged [botdetect]

36 questions
1
vote
1 answer

there is a way to use BotDetect Captcha at Stringboot projecT ?

I want to use BotDetect Catpcha in my SpringBoot application but unfortunately BotDetect requires me to make Captcha Definitions at web.xml. But I do not have web.xml. Do you think is it possible to make servlet definitions at SpringBoot without…
Tonyukuk
  • 5,745
  • 7
  • 35
  • 63
0
votes
0 answers

BotDetect Asp.net Captcha not working on https -

Getting error as "Captcha.UserInputID is not set. Your implementation of BotDetect is not completely secure yet. Please add "yourCaptchaInstance.UserInputID = ;" line to the code that adds Captcha to this form." The code work…
Rujj
  • 47
  • 1
  • 10
0
votes
1 answer

How to use captcha botdetect in MVC Core 6.0?

Hi I am trying to implement the captcha of botdetect in MVC Core 6. After a lots of search i don't find any solution for MVC Core 6. If Anyone have an idea for using on mvc 6.0 than tell me. steps completed on my side are: Installation of Captcha…
0
votes
1 answer

Website says my browser is out of date when I try to automate my login process with Selenium

This is my first stackoverflow post so please excuse any posting nuances I may fail to observe. The issue I'm running in to is regarding automating a login process to my credit card website using Selenium and Python (v 3.11). My overall goal is to…
0
votes
0 answers

BotDetect:WebFormsCaptcha after adding Content Security Policy inline issue is showing in console

after adding Content Security Policy in web.config, inline style are adding and console errors are coming. Please suggest any solution for this issue.enter image description here
0
votes
0 answers

How To Add BotDetect CAPTCHA Protection using Thymeleaf on form submission

I am implementing BotDetect CAPTCHA using the help of this site. https://captcha.com/doc/java/howto/spring-captcha-integration.html but I am facing problem because It has implemented using JSP and I am using Thymeleaf. so I am facing problem.
Pankaj Singh
  • 31
  • 1
  • 7
0
votes
1 answer

The requested captchaStyle 'yourFirstCaptchaStyle' is not defined in the botdetect.xml

I use angular-captcha with angular frontend and spring backend. I did all the steps defined here but when I call my-api-endpoint/simple-captcha-endpoint?get=html&c=yourFirstCaptchaStyle ws it gives me the following error { "timestamp":…
betty bth
  • 33
  • 7
0
votes
1 answer

How to prevent fake useragent detection in selenium headless?

I am running a scraping bot in headless mode. As you know it contains headless string in useragent when it's running in headless mode. To avoid that issue, I changed useragent. And the website detect this fake useragent and block scraping bot. How…
0
votes
2 answers

How to get media content in base64 fromat usnig Goutte Client for BotDetectCaptcha

I am writing a scraper for office task: My Goutte Client code is like: $cokie = "JSESSIONID=0000H_WHw_eFPKVUDGxUei7v3PH:1db7cfi4s"; $client = new Client(HttpClient::create(array( 'headers' => array( 'Accept' =>…
0
votes
0 answers

How to avoid “Please Verify you are a Human” with Headless Chrome Node.js API?

I am trying to use Puppeteer api to generate some pdf images from web sites but Perimeterx bot detection detects it as a bot and blocking site. Is it easy work around for it using Puppeteer to mimic real browser headers and by pass bot defender? …
Reno
  • 1,291
  • 4
  • 17
  • 29
0
votes
2 answers

Validating Botdetect recaptcha in Symfony 4 Without using an entity

Is there any way to validate a BotDetect recaptcha in the symfony form builder? I have the below form, which lets a user enter their email.: $form = $this->createFormBuilder() ->add('email', EmailType::class,[ 'label' =>…
D_Breedt
  • 86
  • 2
  • 13
0
votes
0 answers

Captcha BotDetect: Unexpected token < appears every other page refresh

Using Captcha BotDetect for Codeigniter 3 with ion auth first load: normal output no error if submitted if refreshed: captcha is displayed except for reload icon, probably crashed the remaining tasks after the error. error will appear if…
Kelvin Barsana
  • 824
  • 12
  • 28
0
votes
1 answer

Spring Boot + Botdetect Captcha: Inputstream cannot be null

I've tried using the botdetetect captcha with Spring boot. It all works well, the captcha is showing it can detect if it's human or not. But whenever I'm going to my login screen with the captcha I keep getting this error stack: 2018-08-02…
0
votes
2 answers

Is it possible to separate human user and bots (spiders, crawlers) and showing advertise banners only for human users on AMP pages?

The client asked about not showing advertise banners for bots, because company losing money as a result. I implemented this logic on non-AMP pages, I'm parsing the User-Agent by JavaScript on client side. The reason to implement it on client side…
0
votes
1 answer

BotDetect Captcha Error Message is not displaying ASP.NET MVC

I have integrated the BotDetect Captcha in to my ASP.NET MVC form and I can not get the validation message to display when the user enters the incorrect Captcha value. What do I need to change to get the validation message to display? Edit - I added…
Michael Kniskern
  • 24,792
  • 68
  • 164
  • 231