For setting Headers
public void loadUrl (String url, Map<String, String> additionalHttpHeaders) get request
For setting Post Data
public void postUrl (String url, byte[] postData)
don't add header
But what I really required is to post the data with headers.
Can somebody please help me out with that.