W
W
WinconeCoder2021-01-06 19:28:23
API
WinconeCoder, 2021-01-06 19:28:23

How to catch a Viber request?

Decided to track Viber mobile app requests through Fiddler and Xposed, but Fiddler doesn't show anything.
I think the point is that viber sends requests via tcp or udp protocol, which Fiddler does not see.
Public API is not an option, I need an app.
Is there a way to get the data it sends?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis BotViber, 2021-01-06
@cellmon

I only dealt with REST API for bots!
The desktop application sends requests to Viber servers and receives them.
The only thing I saw in the Header is that the Jetty (JAVA) library is used, according to user-agent /
But the request itself, its composition and syntax, we will not see in any way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question