![]() |
JBridge: Certification Question Of The Day |
| JBridge Home >> Certification Questions >> Today's Question | Last updated: Saturday 3rd May 2003 |
|
Which of the following are HTTP methods that can be described as idempotent?
Page down for the answer... The AnswerIdempotent means that the method acts as if applied once even if applied multiple times. GET, OPTIONS and TRACE are (or should be written to be!) idempotent; hence answers A, D & E are correct. PUSH & POP are not HTTP methods. POST gives no guarantee of idempotency. PUT doesn't either. Often, PUT acts idempotently - if you send the same file and URL request over and over again, all that happens is that the file is replaced in the same part of the server over and over again. However, the point is that PUT offers no guarantees; the placing of the file on the server may trigger a process which can't be repeated. |
EMail: dbridgewater@jbridge.co.uk
Phone: +44 (0)1943 877414
Fax: +44 (0)1943 877414
Mail: David Bridgewater, Willow Dene, Bradford Road, Menston, Ilkley, West Yorkshire, LS29 6ED, UK
Copyright © 2003 David Bridgewater. All rights reserved.