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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -