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
Hi everyone, I found a fundamental question. The official documentation states that you can use the API to call SequenceServer. I also tried the recommended sequenceserver-remote-blast-python-api library, but I encountered CSRF interception.
I don't know about Ruby, but I asked GPT and saw that in code
it seems that CSRF detection is permanently enabled. Can we make this a configuration item? Or is there another API to get CSRF Token?
The text was updated successfully, but these errors were encountered:
You're right, this is a bug, sorry. We might need to make CSRF protection configurable as a temporary measure. While we're working on it, you should be able to comment out/delete the line you've linked to disable it.
Hi everyone, I found a fundamental question. The official documentation states that you can use the API to call SequenceServer. I also tried the recommended sequenceserver-remote-blast-python-api library, but I encountered CSRF interception.
I don't know about Ruby, but I asked GPT and saw that in code
it seems that CSRF detection is permanently enabled. Can we make this a configuration item? Or is there another API to get CSRF Token?
The text was updated successfully, but these errors were encountered: