Celso Henrique 8 Posted January 13, 2022 Unfortunately I had the bad idea to update my code with Delphi 11. Now the REST Request is not working like it used to. This is a request of a new token using the REST Debugger from Delphi 10.4 This is the same request with the REST Debugger from Delphi 11 What changed? Share this post Link to post
Uwe Raabe 2057 Posted January 13, 2022 The second call seems to have some query parameters inside the URL while the first one does not. This issue has a workaround in the comments: https://quality.embarcadero.com/browse/RSP-35365 2 Share this post Link to post
Celso Henrique 8 Posted January 13, 2022 The both calls have the same parameters, but the new version is sending the parameters on URL. Share this post Link to post
Uwe Raabe 2057 Posted January 13, 2022 That is the error described in RSP-35365. Fortunately Embaracdero provided a workaround in the comments to the issue. That makes it pretty sure being included in the next update. Share this post Link to post