You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discontined samesite cookie option in ApacheHandler + example because older browers do not support it and some even treat it wrongly, if the value is set to 'None'. Samesite is not needed for the SDK to function.
Public endpoints, in need of queue-it traffic protection, all run on standard ports like 80 (http) and 443 (https), so port was excluded from constructed/resolved absoluteUri in ApacheHandlerUsingConfigFromFile.lua.