How to remove "charset=UTF-8" from Content-Type

G

Guest

We are experiencing problems with calling a Web Service that runs on Oracle
HTTP Server powered by Apache.

The Web Service returns 400 Bad Request.
The explanation I got from the developer of the Web Service is that Apache
doesn't accept messages that contains the information "charset=utf-8" in the
Content-Type field in the HTTP Header.

How can I remove the charset=utf-8 from the Content-Type field?

I have tried to override the GetWebRequest method for my call to the Web
Service without any success.

Any ideas?

Thanks,

Simon
 
M

Mihai N.

The explanation I got from the developer of the Web Service is that Apache
doesn't accept messages that contains the information "charset=utf-8" in
the Content-Type field in the HTTP Header.
This really sounds like BS, if you ask me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top