在IDEA的.http文件中运行任何请求均会报错 :xxx Not a valid domain 解决方法: 删除掉.idea/httpRequests/http-client.cookies文件 该文件在你的项目目录的隐藏文件夹.idea下
解决方法2(未测试) 请求添加注解
# @no-cookie-jar
GET xxx
在IDEA的.http文件中运行任何请求均会报错 :xxx Not a valid domain 解决方法: 删除掉.idea/httpRequests/http-client.cookies文件 该文件在你的项目目录的隐藏文件夹.idea下
解决方法2(未测试) 请求添加注解
# @no-cookie-jar
GET xxx