Relative Content

Tag Archive for pythonweb-crawlerfastapi

How can I crawl data from an url website with token?

I want to crawl data from website X with url Y
I have token from response login. I tried to use request by Postman with that token then it worked.
So I want to write a function to call that url Y but when I run the application with fastapi.
The requests will be stopped by the CORS from the website.
How can I pass the CORS from that website to get the response?