Hi,
does anyone have an idea why Iliad sometimes redirects with status 302 to an URL that has the session ID appended as a query parameter, then endlessly redirects the client? It seems to happen when the session cookie in the client is missing or does not match an active session.
In the browser I for now just remove it manually from the url but it also happens when I try to do an AJAX post from JS frontend code and in any case it is not reliable for end-users.
cheers
Siemen