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:
API WOOCOMERCE (INSERT PRODUCT) - Whitespace on attributes (options)I have the following problem. I'm uploading a product via api rest v3. I have the problem loading attribute options If I use a space option, it … Read More
Truncating Production Tables Live On Stage with Verbs (Daniel Coulbourne)submitted by /u/ichthuz [link] [comments]… Read More
error when trying to join many upset plots in only one plot using grid.arrange in rI'm trying to join many upset plots in only one image in r, I can generate the plots individually but when I use grid.arrange (from gridExtra) to join… Read More
pip install itself fails with "No module named 'distutils'"I use Windows 11 and Python 3.12.5 64-bit, installed from https://www.python.org/downloads/ / I'm trying to install requirements from some repo, but… Read More
Are `elf.h` structures packed?Quoting the man page: All data structures that the file format defines follow the "natural" size and alignment guidelines for the relevant class. I… Read More
0 comments:
Post a Comment
Thanks