I have a service which i want to rewrite the masked url is :
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.
IIS Reverse Proxy Rewrite Module is gibing 404 service not found error
Programing Coderfunda
November 30, 2023
No comments
Related Posts:
WordPress PostsWordPress PostsPosts allow you to write a blog and post it on your site. They are listed in reverse chronological order in front page of your blog.Loo… Read More
How to create a WordPress websiteHow to create a WordPress websiteCreating a site on WordPress is very easy. WordPress is designed in such a way that even non-tech users can also desi… Read More
WordPress Pages WordPress PagesPages are different from Posts. They are static and they do not change often. Some examples of pages are About, Contact, etc. you… Read More
WordPress Dashboard WordPress Dashboard allows full access to manage a website behind the scenes. It is the default page in admin panel which comes right after the … Read More
Installation WordPress using MS WebmatrixWordPress Installation using MS WebmatrixWebmatrix is a free and lightweight software tool launched by Windows to download different applications. Thi… Read More
0 comments:
Post a Comment
Thanks