Select to view content in your preferred language

Upgrade of Survey123 web install from 3.19 to 3.23, reverse proxy no longer works

281
2
Jump to solution
2 weeks ago
JeremyParker1
Emerging Contributor

Upgrade of Survey123 web installation from 3.19 to 3.23 on Linux platform went through without any issues.  We previously set up a reverse proxy using these steps and it worked without any difficulty for 3.19 with Apache: 

https://support.esri.com/en-us/knowledge-base/set-up-a-reverse-proxy-for-an-installed-survey123-webs...

However, we are having issues with the reverse proxy on 3.23, where the login screen never loads and there is just a spinning icon.  Accessing the application on the default port 5443 works.  Has anyone experienced this and may have a workaround?

Thanks in advance!

V/r

 

 

 

1 Solution

Accepted Solutions
alison_gou
Esri Contributor

Hi @JeremyParker1 , this issue has gained our attention very recently. Could you try the following workaround and see if this works for you?

Add the following to your Apache configuration:

<Location "/survey123">
RequestHeader unset Accept-Encoding
AddOutputFilterByType INFLATE;SUBSTITUTE;DEFLATE; text/html text/plain text/xml Substitute 's#"/"#"/survey123/" #ni '
</Location>

Also, can you tell me the version of apache you are using and seeing this error?

 

Thanks,

Alison

View solution in original post

2 Replies
alison_gou
Esri Contributor

Hi @JeremyParker1 , this issue has gained our attention very recently. Could you try the following workaround and see if this works for you?

Add the following to your Apache configuration:

<Location "/survey123">
RequestHeader unset Accept-Encoding
AddOutputFilterByType INFLATE;SUBSTITUTE;DEFLATE; text/html text/plain text/xml Substitute 's#"/"#"/survey123/" #ni '
</Location>

Also, can you tell me the version of apache you are using and seeing this error?

 

Thanks,

Alison

JeremyParker1
Emerging Contributor

Alison, thank you so much for the suggestion and reply!  That helped us to get around the issue! I appreciate the help very much!

V/r

0 Kudos