Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
reverse proxy issue? Fails on 15.1.5 works on 15.0.17
#23
(02-05-2020, 10:34 AM)Alexandre Machado Wrote: Why are you using "MyApp/" and "Proxy/" as URL base on your web.config file???

The document I published is a *general guide* a *how to*. The names of my sample applications and the IP addresses I used are *examples*. It doesn't apply as is to your application. If you just copied it of course it won't work!

Our customer setup a test domain and I asked them to follow the instructions replacing the App name and IP address of the proxy as required.
My program does work with this setup if I use  OnClick to go to another form but not if I use onAsyncClick. I set the rewrite rule in the serverController onConfig to MyApp to match the name in the rewrite rule.

This is what we have in our new test setup on the proxy server. The 

   <rule name="Rewrite rule for ISAPI Intraweb application" stopProcessing="true">
              <match url="^MyApp/(.*)" />
              <action type="Rewrite" url="http://10.10.250.38/webppreviewer_test/ppwebreviewer.dll/{R:1}" logRewrittenUrl="true" />
            </rule>

The url I am going to is https://cdp.palmcoastgov.com/myapp/
The destination url is v-PercontiSrv01.ci.palm-coast.fl.us/webppreviewer_test/ppwebreviewer.dll

is this what the rewrite rule should look like? if not can you tell us how it should look.

  <rule name="Rewrite rule for ISAPI Intraweb application" stopProcessing="true">

              <match url="^MyApp/(.*)" />
              <action type="Rewrite" url="http://v-PercontiSrv01.ci.palm-coast.fl.us/ppwebreviewer.dll/{R:1}" logRewrittenUrl="true" />
            </rule>

Bill B

Reply


Messages In This Thread
RE: reverse proxy issue? Fails on 15.1.5 works on 15.0.17 - by PDSBILL - 02-05-2020, 02:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)