Defect #42096
open
  
ÅÄÖåäö in API body don't work
 
        
        Added by Jimmy Westberg 10 months ago.
        Updated 9 months ago.
        
  
  
  
  Description
  
  As stated, it's okay if I need to make them URI encoded but the error message isn't very informative about the error, only giving me a 400
   
 
 
  
  
    
    
    
    The API generally expects correctly encoded data depending on the format in which you send the data:
	
	- text/xmlor- application/xml- You can specify the encoding in the XML document if required. The default is UTF-8.
- application/json- JSON documents MUST always be UTF-8 encoded
- application/x-www-form-urlencoded- We generally expect UTF-8 encoded data here.
 
   
  
  
    
    
    
    Aha that's good to know. But the issue is more about the API not giving any information about this isn't very clear when reading the error code.
 
   
  
 
  
 
Also available in:  Atom
  PDF