I created a SendGrid form using CF Workers and set (for testing) Access-Control-Allow-Origin”, ‘*’ but it’s being ignored on the frontend: Do I need to also add it to the AXIOS POST request? Here’s code from my workers file: And here’s the AXIOS request: It all works fine using Insomnia and the headers are visible there: Answer You’ve correctly set
Tag: cloudflare
Is there a way to scrape website using cheerio if the image that i want to scrape is protected by cloudflare and giving 1020 error?
I am trying to create a manga scraping website as a personal project and just when i completed the whole website, I got to know that the image cant be scraped or viewed by my website and when i try to go to the link of the image, I got 1020 error stating access denied, Is there any way I
Extract ip and uag from Cloudflare cdn-cgi/trace text result using regex in JS
Hi I am planning to use Cloudflare cdn-cgi trace service to get clients IP and User Agent results. If I fetch this link: https://www.cloudflare.com/cdn-cgi/trace, the result I am getting is in a text format. Result text example: I did some research and figured out I need to use Regex? But not sure how to extract only the ip and uag