Hi,
when sending a HTTP Post request to IFS REST API I get an 400 error as respone.
On the IFS Server I see this log message:
2023/10/06 06:31:12 [warn] 96#96: *149147568 [lua] cookie.lua:146: bake(): SameSite value must be 'Strict', 'Lax' or 'None' while connecting to upstream, client: x.x.x.x, server: IFS, request: "POST /main/ifsapplications/projection/v1/LocationHandling.svc/LocationSet HTTP/1.1", host: "IFS"
The Post request is initiated by our Lobster middleware, using postman everything is working fine. When doing a HTTP Get to request data it is working as epected.
Is there some config missing in IFS regarding SameSite cookies or do we have to configure something ob Lobster-side?
Thanks,
best regards,
Nico