Api auhtorization

Hi!
I have an issue when I’m making api request with expired cookie. I get redirect response with 200 status. I don’t know how can I then make a relogin if I get success response :slight_smile:

Ooof. I assume it’s a redirect (304) that your client follows to our login page (200). This was identified a while back but there was no ticket created and we haven’t had a chance to fix it yet.

One workaround (depending on your client) would be to configure it to not follow redirects and handle the 304 as an error. Not sure if that’s a viable solution.

I’ll provide an update as soon as I have a chance to look into it.