go to url with parse.
-
I want to go to a url with token with parse.
-parse : xxxx.com/token=3q24324312
request url: <token> (not work)
do I go to a token url?
-
You need to first go to the normal site (or a site that redirects there), parse the token from the HTML source and assign it to a variable called
token
, then it will work.
-
no dont work. token under the name. but when you enter the url part does not enter there. url: <token>
-
Please show your blocks or something
-
-
It's probably because you are parsing
\n
characters that make it go to the next line. Please put a function block -> replace -> tick use regex -> replace\n|\r
with nothing, then use the new variable.
-
omg. thank you bro its working