HttpClient WARNING: Cookie rejected: Illegal domain attribute

前端 未结 7 800
慢半拍i
慢半拍i 2020-12-09 03:36

I\'m using HttpClient latest version (4.x). And right now I\'m trying to do A GET Request. I just posting a Get request.

This is my Code;

public clas         


        
7条回答
  •  我在风中等你
    2020-12-09 03:53

    You can't "fix" it. The site is trying to set a cookie it's not allowed to set and the apache client library you're using is telling you about it.

    It's trying to set a cookie for mcore.com when the domain is goklik.co.id

提交回复
热议问题