java - How to capture request from REST call? -
how can capture request rest call?
i using code smartystreets:
https://github.com/smartystreets/liveaddresssamples/blob/master/java/liveaddressexample.java
(i inserted auth id , auth token.)
i tried using string stored in req, not correct.
[edit] object request live on?
as can see can see in example, opening new url connection, in way, think aren't complete "request object" can recover (that means object contains target, headers , content of message, etc), since managing separate connection, headers , content message, each of these, components of request, have separate, have 1 question info need not available in code?
Comments
Post a Comment