@exploiter Thanks, it works.
ianio
@ianio
Posts made by ianio
-
RE: POST Data with \n symbol
The POST Data looks like - ($input: LoginInput!) {\n login
-
POST Data with \n symbol
Hello community.
How can I make a config if the POST Data has this symbol \n the config did not work due to \n
Thanks.
-
Parse URL values
Hello, for example:
#1 xxx dot com GET
#2 xxx dot com/x=<value>&xx=<value> GET
I need to parse the X and the XX values, but these values are in the source of the #2 URL and not in the #1 URL, how I parse these two values if I need to put them in the #2 GET URL ?, I searched them in previous URL but they are just in the #2 URL. Thanks.
-
RE: How to parse this token correctly
how I transform this to Use Regex?, I think it is the only way to capture this token correctly
-
RE: How to parse this token correctly
@Itamai yes, but the problem is that we cannot put a line break \n in the Left and Right string.
-
RE: How to parse this token correctly
@SickSunny thanks for your reply, but this kind of token does not work like that, because there are two same value - <meta content="
I've already tried
-
How to parse this token correctly
Hello, how to parse this token correctly?, I need to grab the csrf-token value. Thanks.
<meta content="authenticity_token" name="csrf-param" /> <meta content="uQHE/baNTauJr/NgMy9K24mACT5Y3QgIqe2HrdXuLLs=" name="csrf-token" />
-
RE: Parse hidden token
Thanks for your reply, but is not working, is not parsing the hidden token.