This is a migrated thread and some comments may be shown as answers.

help understanding hex tab

1 Answer 506 Views
Windows
This is a migrated thread and some comments may be shown as answers.
antonello
Top achievements
Rank 1
antonello asked on 26 Feb 2021, 03:48 PM

hi, 

I'm trying to understand how to solve a problem i'm having, I hope someone with more experience can enlighten me. 

I'm developing a small app wich does some api call via WinHttp.WinHttpRequest.5.1 . I'm having trouble with a particular get request: the result i get shows some strange characters instead of accented characters. However when I use Fidler to do the seme get request (headers and everyhing are exactly identical) the result i get is correct. the response  I get on Fidler has the characters in the correct way in raw, in text view and all the other tabs except for hex view!
in the hex view tab of the response, the text that i can see in the right column is exactly showing in the same wrong way as I see it in my program.

I would like to understand how the text shown in the right column of the hex vie tab of the response is treated/transformed by Fidler so as to become the correct text shown in the other tabs. If  i could understand that, I think I could apply the same tranformation on the wrong text that I get in my app.

thanks for the help

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 02 Mar 2021, 06:02 AM

Hi Antonello,

 

The HexView in Fiddler was based on an early fork of the HexBEditor control.
However, the issue looks related to how the requests are encoded in your WinHttp application. Refer to this SO thread for details on what might be causing the issue with the unusual characters.

 

 

Regards,
Nick Iliev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Windows
Asked by
antonello
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or