Tag: fiddler

  • Capture HTTPS Traffic in Java with Eclipse, and Fiddler

    I’ve been struggling with a JSON parsing error where my application is using the Spring to send and receive messages from a RESTful Web Service. It’s pretty straight forward: I’ve annotated my object properties to match up with the appropriate JSON keys, Spring takes my POJO and turns it into a JSON string sends the…