This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 73737 - HTTP Monitor should support POST request
Summary: HTTP Monitor should support POST request
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-19 15:08 UTC by felipeal
Modified: 2016-07-07 08:53 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
How it works in Eclipse, much better :-( (56.16 KB, image/png)
2010-03-05 00:03 UTC, tprochazka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description felipeal 2006-03-19 15:08:11 UTC
Currently, the HTTP monitor just monitors GET requests. It would be very useful ce if it supportted other 
requests as well (specially POST). I can see at least 2 valid cases where that kind of monitoring is useful:
- when a 'normal' web application requisition is passed through POST
- on Web Services calls, where it's necessary to check the generated SOAP messages.

A third (although more sofisticated) case would be intercepting binary stuff passed on multipart requests.
Comment 1 tprochazka 2010-03-04 23:57:09 UTC
I think that actual HTTP Server monitor is totally useless for debugging web services without possibility to show body content of request and response. Netbeans has show great support SOAP and REST WS and can't debuging them :-(
Comment 2 tprochazka 2010-03-05 00:03:25 UTC
Created attachment 94776 [details]
How it works in Eclipse, much better :-(
Comment 3 Martin Balin 2016-07-07 08:53:23 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss