https://my_domain_name:my_port_no/uri_part.
/> It is working when i request it through iis server directly.
But when i rewrite this using reverse proxy and set up an inbound rule only
then it is showing service not found 404 error in postman. Here's the rewritten url which i want to hit
http://iis_server_ip:iis_server_port/uri.
/>
I have choosen rever proxy for url rewrite and and created an inbound rule wherein i have put the masked url. I am fairly new to iis and its application. Can anyone tell me what could be the issue.
I tried requesting through rewritten url and it was showing 404 service not found error.
I am able to connect to the domain from my iis server as telnet is working. Also using actual url i am able to get the response but when i rewrite and then request it is showing 404 service not found error. Also i am not sure if i should implement an outboun rule as well or not in reverse proxy.