ABSTRACT

Examples are based on the application “ApplyFees” that invokes the method ServiceFee developed in the Hands-On Exercises.

HTTP GET Request

GET is the most common HTTP method. In general, the

GET

method simply requests that the server send a copy of the specified resource to the client. The HTTP GET request syntax and example are illustrated in Figure 6.1.