Hi there,
I've been developing an App for some time and it's time to connect it to the Server side Webservices I developed in .NET C#. I'm running it in a Win10 with IIS Express (VS 2017 Community)
The server side webservices are fully operational as I have exhaustively tested with Postman.
The problem: i'm emulating the app and trying to connect it to my IIS at localhost and it isn't working. I'm using the IP address instead of the localhost and nothing.
I turned on the Postman's interceptor feature on the 5555 port. When I use this port, the POST call arrives (POSTMAN gets it and it's perfect). When putting the webservice IIS port, I get the return 400 Invalid Hostname. Already tried to use localhost, but doesn't work too.
Any clues on how to make the emulator speak with my webservices?
Thanks in advance!
Erich