Web API 403 Forbidden Outside of Network Using Bearer Token
问题 I have a Web API using oAuth2 that has a mixture of APIs that allow Anonymous and Secured calls. I've deployed the code to a separate server on my network and verified using RESTer (similar to POSTMAN) that the calls work. If I make the same calls from outside the network, only the calls that are set to use the ExternalBearer token fail. Anonymous calls succeed. I checked out this solution which did not work for me. HTTP 403 Forbidden: Access is denied ASP.NET Web API I've also ensured on the