Hi *,
I have an issue using Apache 2.4 on Debian 10 with reverse proxy to an IIS 7.5 server hosting a WCF service.
I have a simple

<VirtualHost *:9999>
    ProxyPass / http://ip.ad.dr.ess:9999/service/
    ProxyPassReverse / http://ip.ad.dr.ess:9999/service/
</VirtualHost>

If I reference it by browser everything is fine.
If I try to download metadata from Visual Studio to build client objects, I receive a 415 error: Cannot process the message because the content type 'application/soap+xml; charset=utf-8' was not the expexted type 'text/xml; charset=utf-8'

I've read that I have to set MIME type explicitly, but how do I achieve this?

Thanks in advance
Moreno


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to