Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monitoring HTTP requests and WebSockets in Netbeans

I am writing a HTTP and WebSocket client in Java to connect to any http server.

I wrote something similar in js before and was able to use the network tab of the developer tools in firefox and chrome to see what HTTP requests were sent and what Websocket messages were exchanged.

My question is: is there any tool or plugin for Netbeans to see these same requests and messages?

like image 257
Rik Schaaf Avatar asked Oct 30 '22 09:10

Rik Schaaf


1 Answers

Netbeans comes with an HTTP Monitor which you can access via Window -> HTTP Monitor.

Netbeans HTTP Monitoring

like image 75
lax1089 Avatar answered Nov 15 '22 06:11

lax1089