Geocortex Essentials workflow, assign activity ASCII encoding issue
In a workflow. I am using "assign" activity to encoding text for webRequest activity.
In assing: System.Text.Encoding.ASCII.GetBytes("........)
and pass the value as an input, raw data for the webRequest activity.
ASCII encoding works fine. However, the problem is special characters in a non-English language.
So I try to use Unicode encoding: System.Text.Encoding.Unicode.GetBytes("........)
Then the WebRequest activity gives me an error. 400 bad request.
Not sure why I am getting this error and how to resolve it.
0
-
encoding UTF8 resolved the issue for the special charactor with ASCII. 0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar