How To Intercept HTTP(S) Requests With Spring Boot And mitmproxy

preview_player
Показать описание
Hey there! In this tutorial, I'll demo how to set up a Spring Boot application that uses a proxy connection to mitmproxy. This allows intercepting and inspecting HTTP requests. The approach works with RestTemplate and WebClient.

🍃 Grab the code

🙌 Get in Touch

🍿 Subscribe if you want to see more Spring Boot + Kotlin tutorials!
Рекомендации по теме
Комментарии
Автор

Alex great stuff. This is certainly not my area of expertise but you explained clearly the concepts. Keep up the great work 🚀

AleSalvino
Автор

can we track https like api calls made by browser using this, can you attach direct link to github code

VikasGupta-kj
Автор

It is possible to intercept HTTPS requests?

brunopromano