Hacker News new | ask | show | jobs
by amanelis 5453 days ago
what suggestions do you have on masking the url, would love to hear your input.
2 comments

Proxy it through a URL on your box i.e. make http://myserver.com/song_id point through to http://soundcloud.com/song_id?secret=params
Solving what?

Only way to really hide the info would be to really stream all content through their box. Then they just could host it themselves in the first place...

This hides your API key from other people.
exactly
Couldn't you essentially call a handler on the Console.fm server which has the key already coded and it makes the request to SoundCloud?

This would avoid the fact that users could see the GET request to the SoundCloud API.