buckneri / youtube-direct

Automatically exported from code.google.com/p/youtube-direct
0 stars 1 forks source link

How to Configure Website to Send Authorization Requests Securely #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. User clicks to Upload Video through YouTube Direct.

2. After clicking "Login in to YouTube", user is taken to "Authorize Access to 
Your Account" webpage, and notified that This website is registered with Google 
to make authorization requests, but has not been configured to send requests 
securely. We recommend that you continue the process only if you trust the 
following destination...

What is the expected output? What do you see instead?

I would like to create an output so that the user does NOT see this, but 
instead the website is configured to send requests securely, so this message 
will go away.

Please provide any additional information below.

I was wondering if getting an SSL certificate so the web site was https:// 
would solve the problem?  Or is there something else that can be done so the 
requests are sent securely?

Thank you.

Original issue reported on code.google.com by i...@i-web-designs.com on 25 Jan 2011 at 5:05

GoogleCodeExporter commented 8 years ago
The "OPTIONAL" section at 
http://code.google.com/p/youtube-direct/wiki/GettingStarted#Registering_your_web
site_for_AuthSub covers using secure AuthSub, which will result in a friendlier 
login message.

Original comment by api.je...@gmail.com on 25 Jan 2011 at 3:38