aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes HTTP Methods Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "HTTP Methods" Watch "HTTP Methods" New topic
Author

HTTP Methods

janne jounivich
Ranch Hand

Joined: Jan 11, 2005
Posts: 45
Hi!

As for the exam, in which level must a candidate know various
HTTP methods. It is obvious about GET and POST, but how about
all the others.

Wondering about how f.ex HEAD, TRACE, PUT or DELETE should work? This confusion was caused by the given information on page 109 of the HFS.

The book says about DELETE -> 'Says to delete the thing (resource/file) at the requested URL'. How should this be interpreted? Can it be understood as follows:
1) User's located on index.html page
2) He/she clicks submit button
3) ??? (shoud the resource (result.html) be deleted or what am I missing here?)

index.html
<html><body>
<form method="DELETE" action="result.html"
<input type="SUBMIT">
</form>
</body></html>

result.html
<html><body>
HI
</body></html>

Thanks for your help!
J-RockGulf


----
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HTTP Methods
 
Similar Threads
How to get the form parameter in the HTML page?
how to find which servlet invoked the next
j_security_check 404 error
Sending file through http protocol
Problem in Form based authentication