The URL half-price works in my browser, assuming the supernarket currently has any half price offers.
When I try and access the page with an http-request node it gives error 403 Access Denied.
I do have a User-Agent header set up.
Presumably the site is using TLS fingerprint Detection.
[{"id":"f09e83a54193a718","type":"inject","z":"c82a2bca89a97192","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"go","payloadType":"str","x":150,"y":60,"wires":[["1d4688a192d47706"]]},{"id":"1d4688a192d47706","type":"http request","z":"c82a2bca89a97192","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://sainsburys.co.uk/gol-ui/offers/half-price","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[{"keyType":"other","keyValue":"User-Agent","valueType":"other","valueValue":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/139.0"}],"x":310,"y":60,"wires":[["3ff445451311b9b4"]]},{"id":"3ff445451311b9b4","type":"debug","z":"c82a2bca89a97192","name":"result","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":470,"y":60,"wires":[]}]
Is there a way to evade this with the http request node?
An alternative approach?