How to skip Captcha when logging into a website through HTTP

I’m trying to log into Substack with my credentials. I figured out the payload.
Now I get the error “please complete the captcha to continue”. But it never asks me for a captcha when I log in manually.

What can I do?

You can try ScrapeNinja, or use a Captcha solving API on RapidAPI.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

Just so you know, ScrapeNinja redirects you to RapidAPI.
I see many Captcha APIs there. I guess I have to use an HTTP module to use them.
But how?

How to call an API on RapidAPI

Use the HTTP “Make an API Key Auth Request” module.

Create a new keychain connection and insert your RapidAPI API Key.

Key: <YOUR_RAPIDAPI_KEY>
API Key parameter name: X-RapidAPI-Key

You can reuse this RapidAPI keychain for all API calls to RapidAPI – you’ll just need to change the X-RapidAPI-Host value based on the API you are calling.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!