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:
Fully automated API documentation generation for Laravel with Scramblesubmitted by /u/RomaLytvynenko [link] [comments]… Read More
Opinions on this Laravel Actions package?https://www.laravelactions.com/ Has anyone used it and stopped using it? What were your reasons? Anyone loving it and use it for everything? subm… Read More
Eloquent copy-on-write: automatically copy all model changeshttps://github.com/inmanturbo/ecow I made a package which uses event sourcing and eloquent wildcard creating*, updating*, and deleting* events to au… Read More
Yet another repository pattern post... Developers that don't use repository pattern and think it's redundant and over-engineering, where do you leave the complex queries of your project at?Just for context first, I'm rewriting an old application that used Laravel 8 and many things went wrong due to the lack of experience in the dev team … Read More
Real World Laravel - Adding user events to my SaaS appsubmitted by /u/TarheelSwim [link] [comments]… Read More
0 comments:
Post a Comment
Thanks