Navigation

    OpenBullet

    OpenBullet

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Awards
    1. Home
    2. ianio
    I
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    ianio

    @ianio

    0
    Reputation
    12
    Posts
    14
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ianio Follow

    Posts made by ianio

    • RE: POST Data with \n symbol

      @exploiter Thanks, it works.

      posted in Questions
      I
      ianio
    • RE: POST Data with \n symbol

      The POST Data looks like - ($input: LoginInput!) {\n login

      posted in Questions
      I
      ianio
    • 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.

      posted in Questions
      I
      ianio
    • RE: How to parse this token correctly

      @Itamai it works, thanks you.

      posted in Questions
      I
      ianio
    • 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.

      posted in Questions
      I
      ianio
    • 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

      posted in Questions
      I
      ianio
    • 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.

      posted in Questions
      I
      ianio
    • 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

      posted in Questions
      I
      ianio
    • 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" />
      
      posted in Questions
      I
      ianio
    • RE: Parse hidden token

      Thanks for your reply, but is not working, is not parsing the hidden token.

      posted in Questions
      I
      ianio