You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEAT: added possibility to set User-Agent in HTTP scheme
One can now for example pretend that HTTP requests are coming from Chrome on Windows 10, when use this code before reading URL(s):
```
system/schemes/http/user-agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36"
```
This may be useful, because for example Google is serving different results, when default "REBOL" user agent is used.
;@@ One can set above value for example to: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36"
733
+
;@@ And so pretend that request is coming from Chrome on Windows10
0 commit comments