Charles crawls requests from eclipse, charleseclipse

Source: Internet
Author: User

Charles crawls requests from eclipse, charleseclipse
Charles crawls requests from eclipse

Sometimes, you can use the proxy method to monitor the issue of sending get TO get post requests in eclipse:

1. eclipse code settings

Add in the code, you can write it in the main function, and then call the request function.

System. setProperty ("http. proxySet", "true ");
System. setProperty ("http. proxyHost", "127.0.0.1 ");
System. setProperty ("http. proxyPort", "8885 ");

 

Or set in eclipse

Windows> preferences> java> installed jres

Select installed jres> edit> set Default VM arguments:-Dhttp. proxySet = "true"-Dhttp. proxyHost = "127.0.0.1"-Dhttp. proxyPort = "8888"

2. charles settings

Then set the proxy in charles. The ports must be consistent to capture the requests running in eclipse.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.