Spring MVC - Calling a rest service from inside another rest service
问题 I'm currently having a really weird issue with calling one REST service from inside another one and I could really use a hand in working out what I'm doing wrong. So first off, a bit of context: I have a webapp which calls off to a REST service to create a user account (for the sake of this explanation, the endpoint is localhost:8080/register). Earlier in the user journey I've called a different service to create the user's login credentials localhost:8090/signup but I need to check a few