How to display response from an object of a class URLRequest. I am able to srend the post information to server . But now i need a response that is printed by the server code. The URLRequest object if doesnt supports the response then is there any class that helps to see the response ? In the URLRequest object there is a property called cacheResponse and takes Boolean as a datatype, how can we view the cacheResponse because if the cacheResponse is set to true then I am sure there should be a cache for response responded by server.
Any help would be highly appreciated. Thanks for the entire crew at adobe forums.