question

Upvotes
Accepted
1 0 0 0

Does anyone know of any decoder in Python to be used in troubleshooting. Has anyone have ever heard of a decoder for a data response captured by a sniffer?

rdp-apirefinitiv-data-platformdecoder
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @shawn.kelley1,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Hello @shawn.kelley1,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

1 Answer

· Write an Answer
Upvotes
Accepted
22.1k 59 14 21

What sort of decoder are you looking for? The request and response messages for all the API's are in JSON format, the structure of which is documented in the Swagger API.

See this article about capturing RDP interactions using a debugging proxy.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.