andrea-magni / MARS

MARS-Curiosity Delphi REST Library
Mozilla Public License 2.0
363 stars 112 forks source link

Add a way to send a Redirect to client browser #100

Closed andrea-magni closed 3 years ago

andrea-magni commented 3 years ago

Before latest refactorings, it was possible to access the underlying TWebResponse instance and send a redirect command to the client browser. This is no longer accessible through IMARSResponse interface. Please add a way to send the redirect command through IMARSResponse.

Thanks @acarlomagno for pointing this out.

acarlomagno commented 3 years ago

Good job! now it works better than before!

thanks @andrea-magni