Tagged Questions
1
vote
1answer
77 views
Rails: Why am I getting the wrong link on this pingback?
So I almost have a pingback sender ready for my rails app (people post links to content and donate to them). Almost.
I've borrowed heavily from the code here:
...
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 ...