bad Coding while sending HttpRequest

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arturkulik
    Member
    • Apr 2025
    • 49

    #1

    bad Coding while sending HttpRequest


    Hi
    I'm using ( i have to)
    Espo 9.1.8
    AP 3.11.7
    SP 3.1.6

    Using HttpRequest in my flows i got cofrrect Polish chars with good coding UTF-8 but sending back data Coding is messed up.

    Do we have any way to force outgoing coding in httpRequest?
    This is what is sent (tested on Swagger)
    Click image for larger version

Name:	image.png
Views:	0
Size:	7.9 KB
ID:	121949
    this is how it should be:
    Click image for larger version

Name:	image.png
Views:	0
Size:	8.4 KB
ID:	121950
    besides directrly from swagger or postman data is sent correctly
    Last edited by arturkulik; Today, 11:28 AM.
  • arturkulik
    Member
    • Apr 2025
    • 49

    #2
    the problem is that string was not urlEncoded, do we have function/parameter for that ?

    Comment

    • lazovic
      Super Moderator
      • Jan 2022
      • 1167

      #3
      Hi arturkulik,

      Could you please describe the data transfer process in more detail? What does your flowchart and its elements look like, and what steps does the request go through?

      Comment

      Working...