'Is it possible to intercept Google Recaptcha answer-response via Wireshark?

I'm using PolarProxy for decrypting HTTPS requests.

When I look at intercepted response from Recaptcha, I see pretty strange payload

enter image description here

It is HTTP2 protocol.

As you can see, cookies are the same, it means we a looking at the same requests, but response in Wireshark is completely different from response in browser. Why?

Does anyone know how to intercept that response from Recaptcha?

I want to do it in C++ (libpcap) in future, but first I want to do it manually.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source