.net - Web API accessible only from server -


i have web api site deployed. it's purpose provide pdf file based on id. e.g. request be:

mydomain/getpdf/45

when make request browser on server, works. when request outside, gives http 5000 error.

the default pages "home" come new web api (or mvc) project work inside outside.

any idea why?

thanks


Comments

Popular posts from this blog

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -