5,189 questions
0
votes
0
answers
13
views
.NET 8 Application, IIS ARR Reverse Proxy, and Azure AD: Internal Redirect URI and IIS serverVariables Error
I have an ASP.NET Core 8 MVC / Razor pages hybrid web application that I'm publishing behind an IIS ARR reverse proxy on a DMZ server. The application is running on my internal network at http://...
0
votes
0
answers
25
views
Keycloak 25 - Nginx - Authorization Code with "client_data" query parameter
I have a docker-compose setup with Keycloak (v.25), postgres and nginx. Nginx is a proxy-server.
The setup works fine for the admin; but for the authorization, I can't get the login screen to redirect ...
0
votes
0
answers
13
views
Apache2 ReverseProxy issues
So, I have the following setup:
a service A working on (virtual) server S1 on my lan, using ports 80 and 443
a service B working on (virtual) server S2 on my lan, using ports 80 and 443
Since I have ...
0
votes
0
answers
42
views
Reverse proxy with Angular 19 and .NET 9.0 issue
I have IIS running on Windows 11, my main website (Angular + .NET) is running on ports 80 and 443. My second webpage (let's say secondsite) is running on ports 8090 and 443. It is also an Angular + ....
0
votes
0
answers
17
views
How to config NextJS through SSL Apache reverse proxy?
I am using a NextJS app through Docker and while I am able to access my files directly through IP:port, I cannot access them from the domain. How can I configure Apache to let it find /_next folder ...
0
votes
0
answers
19
views
Nginx reverse proxying to another Nginx docker container results in mixed content
I'm trying to achieve the following:
"Entry"-Server as reverse proxy running on :2000
/ -> frontend:3000 (frontend being a Nginx-Server from my docker-compose)
/api -> backend:4000 (...
-3
votes
0
answers
46
views
Trying to Configure Web Application Proxy on on-premise Windows 2019 Server Throws 276 EventID on ADFS Event Logs
There are 2 ADFS servers and a load balancer and a proxy server on different separate domain where we have installed Web Application Proxy. After installation, we are trying to configure the WAP by ...
0
votes
0
answers
16
views
bootstrap.coonect doesn't resolve the future unless I pass a FullHttpRequest in netty
I am new to netty and I am stuck at a point. I am using netty as a reverse proxy and here is my channel pipeline.
streamChannel.pipeline()
.addLast(new ...
0
votes
0
answers
46
views
"AH01328: Line too long" apache error after nginx reverse proxy - while works fine without proxy
I spent really a lot of time googling this issue...also here on stackoverflow. But no luck!
So i have 500 internal server error when trying to run some script, that creates a big table (handles a lot ...
0
votes
0
answers
21
views
Problem with POST method which is routing by ARR
I have website hosted on IIS-10 (WIN2022) which binding is tst-example.xy.com.
On server where is hosted this website I enabled ARR modul with default settings. (I tried some modification with buffer ...
0
votes
0
answers
21
views
Trick Apache2 to load assets from a sub dir when they exist in root
I have spent a few days researching and trying various combinations to no effect.
What I have is a web application running in a docker container on a home server on port 3000. Accessible via server....
0
votes
1
answer
27
views
IIS Reverse Proxy with ARR & URL Rewrite Only Works for Root Route (/), Other Routes Fail [closed]
I am using IIS as a reverse proxy to forward requests to my Node.js API running on localhost (port 3000). However, only the root route (ppas_app/) works, and any other endpoint like ppas_app/api/test ...
0
votes
0
answers
24
views
How to Serve a WordPress Blog Under a Subdirectory While Hosted on a Separate Server?
I have a BigCommerce store running on https://mystoreexample.com/, and a WordPress blog hosted on a separate server at https://blog.mystoreexample.com/
.
I want to change the blog’s URL structure so ...
0
votes
1
answer
129
views
Proxied Service error (Unable to cast object when types are inheritable)
The error occurs only with ReverseProxy Server. With Normal Server everything is fine.
ReverseProxy Server creates proxied Instances of services and injects them in the controller. In the proxied ...
2
votes
1
answer
46
views
Using .htaccess to mask a redirect from a URL on one domain to a URL on another domain
On our server we have the domain, feedback.meridian.co.nz.
The domain, surveys.consumerlink.co.nz, is hosted on another server.
We're trying to create an .htaccess file with rules which will redirect:
...