CaioMeloSilva / poster-extension

Automatically exported from code.google.com/p/poster-extension
0 stars 0 forks source link

Charset-Support only for UTF-8? #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. send a request to an ISO-8859-1 interface which blocks any other encodings

<?xml version="1.0" encoding="ISO-8859-1"?>
...

What is the expected output? What do you see instead?
Poster should send encoded data according to a certain charset, but always 
sends UTF-8?

How to achieve using different charsets?

Original issue reported on code.google.com by tom.mura...@googlemail.com on 24 Sep 2012 at 11:11

GoogleCodeExporter commented 8 years ago
Have you tried setting the charset parameter? 

Set the content type to:

   application/xml; charset=ISO-8859-1

Original comment by a...@milowski.com on 24 Sep 2012 at 11:52

GoogleCodeExporter commented 8 years ago
Yes, I tried setting the parameter in tab "Content to send" and also as 
explicit http header in the "Headers" tab. No effects, request is identified as 
UTF-8 and therefore rejected.

Original comment by tom.mura...@googlemail.com on 25 Sep 2012 at 7:16