Swati N
Swati N

Reputation: 119

consume spring boot rest services from private network

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

Answers (1)

Ahmed Daraz
Ahmed Daraz

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

Related Questions