Re: How do I request a HTTPS page?





I then used the same code except I changed the path variable to include
the 'https'

path =
"https://oauth/signin?oauth_consumer_key=#{oauth_consumer_key}&oauth_token=#{@request_token.token}";

Sorry, I should have wrote:

path =
"https://etsy.com/oauth/signin?oauth_consumer_key=#{oauth_consumer_key}&oauth_token=#{@request_token.token}";
--
Posted via http://www.ruby-forum.com/.

.