Hi,
A scenario that was working well starts to bug, here’s what happens:
- I extract urls from a sitemap
- I pass them to the http module to scrape them :
- since this afternoon the http module has answered me this:
If I copy/paste the url extracted by the text parser directly into the http module, then everything goes well.
I would like to point out that going through Google Sheets is just a check, it does not modify the URL obtained by the text parser.
so I tell myself that maybe something has changed in the source (the sitemap.xml) and that an invisible character is wandering around? I tested applying urlencode / urldecode, etc. on the url in the http module but nothing works…