I\'m designing an RESTful API where some calls are public over HTTP, and some require an API key and encryption over HTTPS. I\'m deliberating on what response code should b
Just send a redirect to the corresponding https: URI.
UPDATE
The is a wrong answer - see comments below