Page 1 of 1

Beim Aufruf einer API werden temporäre Daten hinzugefügt

Posted: 13 Jan 2025, 11:00
by Guest
Hier ist meine API beim Aufruf:

Code: Select all

http://jamboreebliss.com/sayar/public/api/v2/ticket/delete?
api_key=9p41T2XFZ34YRZJUNQAdm&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9yzdWIiORFdoaVIiCV8_oYP8&id[]=45,125
Nach dem Aufruf des letzten Parameters, d. h. id[] in diesem Feld, kommen temporäre Daten

Code: Select all

http://jamboreebliss.com/sayar/public/api/v2/ticket/delete?
api_key=9p41T2XFZ34YRZJUNQAdm&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9yzdWIiORFdoaVIiCV8_oYP8&id%5B%5D=45,125
id%5B%5D=45,125 kommt in Kürze (d. h. %5B%5D)
Warum kommt es? Irgendeine Idee?