GET request
hi,
I am reading Professional Java Server Programming J2EE 1.3 Edition.
With reference to the Tech Support example of Chapter 7, page 380 states "Note that since register.html can only be invoked using a GET request,....."
I am curious to know the reason why it can only be invoked with a GET request, why not a POST as well?
thanks
yan
|