0

I have a simple react native expo application on android and the backend is Laravel. Recently, I figured out that I can't log into my account and I am losing traffic. I tried to login using Postman and I get this response:

Verifying that you are not a robot...

I never integrated Recaptcha on my back or frontend. I think it is a server/hosting problem and i can't find a way to stop that.

and what is the cause of such verfication? Am I getting attacked by some bot? how to prevent these bots?

I tried to find a security option on my hosting to disable it but didn't find any. I checked my laravel backend code and it is all right and clean. There is no recaptcha related thing.

0

Browse other questions tagged or ask your own question.