I want to access a URL of another website from one of my models, parse some information and send it back to my user. Is this possible? For example, the user sends me an address through a POST, and I want to validate the information through a third party website (USPS or GMaps)
What methods would I use to create the request and parse the response?
This is not a redirect. I want to open a new request that is transparent from the client.