i want to use edge api, for that i need to write the url but the ID in the url change every time how can i do to let the bot understand that is the good url ?
I guess the ID in between is a verification token made so you can’t navigate here directly. If you have an authorization service that can issue you this token, you must first run it to get an ID and locate it there.
Yeah, so I don’t think thats edge’s api considering the site is built on php.
Said that, I don’t think that id is a token but a unique identifier generated by the application on redirection that will eventually be tied to a formulary after being sent. Have you tried just sending just the core url https://xxxx/index.php or https://xxxx/
If you are trying to open a url using Use Browser Activity, please make sure the url is static.
Else if you trying to reach that page after some login or some kind of token generation then start your process from the base url. Then this issue willnot happen.