I want to use HTTP Get to access with a query.
For example, the following.
http://url?val1=aaa&val2=bbb
I can't seem to get this kind of access, even when I use the HTTP block.
Also, it does not seem to be possible to access this way by executing requests2.get(url_with_query).
In fact, when typing in the browser, it can be accessed correctly.
Why is this?
G
Latest posts made by gwky55
-
HTTP Get with query