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
We set up a 307 redirect from server1 to server2. Everything works as expected, except POST requests with no login, e.g.
catmaid_fetch(path = "/11/connectors/links/", body = list(skeleton_ids=1634001, relation_type="desmosome_with"))
GET requests still work even for no login.
I'm pretty sure the problem is similar to Commit 3ecec5f. But I'm not sure how to fix it. Could you please help with this?
The text was updated successfully, but these errors were encountered:
We set up a 307 redirect from server1 to server2. Everything works as expected, except POST requests with no login, e.g.
catmaid_fetch(path = "/11/connectors/links/", body = list(skeleton_ids=1634001, relation_type="desmosome_with"))
GET requests still work even for no login.
I'm pretty sure the problem is similar to Commit 3ecec5f. But I'm not sure how to fix it. Could you please help with this?
The text was updated successfully, but these errors were encountered: