My problem is this, I've been developing a Single-Page Application
that will eventually be posted to a DMZ
server. On the other side I will have a API
that will receive the requests of my front
, the problem is: my client will have a copy of the front on your machine, and when I make the request I will have to release my local network (where API
), making the concept of DMZ
only 50% .
Has anyone ever had this problem? Any suggestion ?