THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
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.