Crossorigin on delphi 11

Hi,

I migrate a project to delphi 11 and RO 10.0.0.1521 which allow cross origin calling. It is working on old delphi version. Now in delphi11, it fail with not allowing cross origin.

I use TROIndyHTTPServer and
set sendcrossheader := true
and ROHttpApiSimpleAuthenticationManager
set corscompatible := true

it is working on previous version delphi 10.4.1 and 10.3.3 ( RO 10.0.0.1495)

However it is not working on delphi 11 with latest ro only.

I checked the header in browser on reply which is diifferent:
Failure case:


success case on old version:

Please advise

Hi,

this is known issue that was fixed in .1533

1 Like

Thanks, My Mistake, I already searched the forum before post , May be I overlook.

1 Like