WebScarab for Eclipse Triggers
WebScarab for Eclipse comes packaged with these triggers:
- Manual Intercept: Pops up a window that contains the raw request or response, and allows to edit it as desired.
- RevealHidden Fields: Sometimes it is easier to modify a hidden field in the page itself, rather than intercepting the request after it has been sent. This trigger simply changes all hidden fields found in HTML pages to text fields, making them visible, and editable.
- BrowserCache: Prevents the browser from using previously cached pages. This is useful if you are restarting a new session and only getting "empty" responses, since the browser has already seen the page.