Tagged Questions

1
vote
2answers
2k views

Rails: How to get the servers response HTTP headers?

I want to autodetect the pingback-url of remote websites, so I need to parse the HTTP response headers sent by the remote server. I don't need and don't want the contents of the remote website, I'm ...