403 when deleting a comment from different origin #773
-
I got bellow error when deleting a comment from site https://chendachao.netlify.app/. I know this maybe a cross origin issue but I added the site https://chendachao.netlify.app to isso's configuration file. The create api work, but the delete api can work. Any suggestions would be appreciate. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
How about adding some logging to isso to figure out where exactly it's failing? A CORS issue would manifest itself a bit differently in the dev console, I'm afraid. Are you sure it's not a cookie/auth issue? Also, for people to reproduce, it would help to post your whole config file, domain setup (from which to which hosts) and the exact versions of isso and python you use. |
Beta Was this translation helpful? Give feedback.
-
Here's my isso configuation:
The domain https://larrychen.tech/'s nginx proxy configuration:
If I delete the comment under domain https://larrychen.tech/, it works well, however in https://chendachao.netlify.app/ it's not. |
Beta Was this translation helpful? Give feedback.
-
This error looks very much like the one I got when the |
Beta Was this translation helpful? Give feedback.
How about adding some logging to isso to figure out where exactly it's failing?
A CORS issue would manifest itself a bit differently in the dev console, I'm afraid. Are you sure it's not a cookie/auth issue?
Also, for people to reproduce, it would help to post your whole config file, domain setup (from which to which hosts) and the exact versions of isso and python you use.