in reply to Re: Issues Fetching URL with a variable token
in thread Issues Fetching URL with a variable token

No i just copied the token from the link at that time (it's obviously different each time i open it because it changes every time).
  • Comment on Re^2: Issues Fetching URL with a variable token

Replies are listed 'Best First'.
Re^3: Issues Fetching URL with a variable token
by holli (Abbot) on Oct 17, 2017 at 21:49 UTC
    No, I mean in your code. The token is different each time, but does it follow a pattern? You could figure out a regex that matches the token and let it loose on the page source, parsing out the token that way.


    holli

    You can lead your users to water, but alas, you cannot drown them.
      Ah, that's what you meant..It has no pattern at all I confirmed it after continuous refreshing.