JMeter interface test the HTTP GET request method provided

First, let's look at the HTTP protocol Introduction

Hypertext Transfer Protocol (English: HyperText Transfer Protocol, abbreviation: HTTP) is a system for distributed, collaborative, hypermedia information systems and application layer protocols. HTTP is the underlying data communication the World Wide Web.

HTTP standards development is coordinated by the World Wide Web Consortium (World Wide Web Consortium, W3C) and the Internet Engineering Task Force (Internet Engineering Task Force, IETF), finally issued a series of RFC, most famous of which is published in June 1999 RFC2616, defines the HTTP protocol version --HTTP 1.1 in wide use today. From 2007 until 2014, after years of effort, RFC2616 and RFC2617 has been abandoned, the new RFC7230-RFC7239 total of 10 documents replaced.

Here are the HTTP protocol is based on the latest RFC7230-RFC7239.

HTTP packet format

JMeter interface test the HTTP GET request method provided
Request method

  1. Conventional HTTP request method:

JMeter interface test the HTTP GET request method provided

  1. RESTful HTTP request method

JMeter interface test the HTTP GET request method provided
status code
JMeter interface test the HTTP GET request method provided

HTTP Request (GET) setting method

CI
JMeter interface test the HTTP GET request method provided
HTTP Request:
JMeter interface test the HTTP GET request method provided
JMeter interface test the HTTP GET request method provided
Request parameter placed position
JMeter interface test the HTTP GET request method provided
JMeter interface test the HTTP GET request method provided
JMeter interface test the HTTP GET request method provided
JMeter interface test the HTTP GET request method provided

Guess you like

Origin blog.51cto.com/14645850/2462090