Does anyone have an Nginx config for jwt auth to work? Getting 403 error.
-
Hello,
I am wondering if anyone happens to know what I might need to change in Nginx to allow this to work? I have tried the following :try_files $uri $uri/ /index.php?$query_string;
It did allow me to use post name urls within wordpress, but for some reason, I still cannot POST to the wp-json/aam/v1/authenticate url and I keep getting 403 errors no matter what I try. I have tested both using NodeJS through PHPStorm as well as Postman. Most other things seem to be working ok. If anyone has any suggestions, I would appreciate it.
Thanks,
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Does anyone have an Nginx config for jwt auth to work? Getting 403 error.’ is closed to new replies.