access rights - What's the best practice to only allow another tomcat webapp redirects link to Wordpress? -


i want add access rights wordpress. allow users login application on tomcat, can access wordpress.

application(tomcat, not in aws) ----allow access---> wordpress (aws)

external users cannot access wordpress.

you can achieve using wp rest api , after verifying tomcat user authentication, if success redirect ti wordpress site


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -