這並不算是文章,暫時只作粗略地記錄,以避免忘記,所以會顯得雜亂無章,隨便抓了幾個包和對postman截圖,往後有空再完善chrome
一、get方式json
只有一種方式,那就是在url後面跟參數app
二、post方式dom
1)表單傳參方式post
請求頭以下chrome-extension
POST http://localhost:8090/rest/integration/data/dictTable/add HTTP/1.1 Host: localhost:8090 Connection: keep-alive Content-Length: 37 Postman-Token: c35f2d76-9ada-b509-523c-c2031f7eff28 Cache-Control: no-cache Origin: chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Content-Type: application/x-www-form-urlencoded Accept: */* Accept-Encoding: gzip, deflate, br Accept-Language: zh-CN,zh;q=0.8 groupId=sssssssg&tableName=aaaaaaaaaa
2)以實體bean放在請求頭url
請求頭以下:spa
POST http://localhost:8090/rest/integration/data/dictTable/add HTTP/1.1
Host: localhost:8090
Connection: keep-alive
Content-Length: 19
Postman-Token: 50c4f914-a376-ee0e-a92a-daf8763ac084
Cache-Control: no-cache
Origin: chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Content-Type: application/json
Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: zh-CN,zh;q=0.8
{"groupId":"ddsss"}
在rest