I have a server which is running on the Azure's Virtual Machine. I'm trying to test it via Postman. But when I send a simple Http Get request I get "Could not get any response".
I am using following url: http://104.43.255.227/admin
I can't understand the problem. When server runs on the localhost, there is no problem to get a response with the valid data.
Has anyone of you had this problem before? I will appreciate any help, thanks.