@(工作笔记)
http-client-record
[TOC]
application/x-www-form-urlencoded
GET http://192.168.1.100:5000/index
Accept: */*
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Connection: keep-alive
Accept-Encoding: gzip, deflate, br
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
name=stone&age=29
GET
GET http://192.168.1.100:5000/index?name=python&age=29
IDEA 如果开启了 proxy 就会一直报错 org.apache.http.NoHttpResponseException: localhost:8080 failed to respond
解决: 关闭proxy就好