Reputation: 119
I want to consume the spring boot rest services deployed behind a firewall. Need a solution for the above scenario. Thank you.
Upvotes: 0
Views: 269
Reputation: 101
To access a Rest API behind a firewall you need to open the default HTTP ports in that firewall(80 for HTTP and 443).
That has nothing to do with the technology that you are using to implement the Rest API.
Please provide more details about your question if this is not enough answer for you...
Upvotes: 1