Skip to main content

All Questions

0 votes
0 answers
104 views

scraping aspx web with python requests - payload parameters don't match

I'm trying to scrape this webpage:https://servicios.sbs.gob.pe/ReporteSituacionPrevisional/Afil_Consulta.aspx The total process involves 3 requests, but I'm struggling with first one: Heres my ...
NaejF's user avatar
  • 91
0 votes
2 answers
1k views

Two recaptcha controls, one of them is not working

I have two reCaptcha V2 controls within two forms in one page, one is visible another is invisible. All is fine except the invisible one's data-callback callback - submitSendForm() did not get called. ...
Lys's user avatar
  • 621
3 votes
0 answers
1k views

How to Reset Invisible Recaptcha

I have this small form and I have implemented an invisible recaptcha in asp.net Webforms. This recaptcha is executed only if the submit is valid. Although I have managed to validate the response. I ...
Aires Menezes's user avatar
5 votes
2 answers
13k views

implementing Invisible Google reCaptcha for asp.net application ?

This is my ASP.NET form. I want to add invisible recaptcha to it with server side validation. Can someone please help? I can do client side validation but it doesnt use secret key. My another ...
Satpal Singh's user avatar