It is currently May 2nd, 2024, 9:11 am

Gmail feeds - HTTP or HTTPS

General topics related to Rainmeter.
User avatar
Jkon
Posts: 185
Joined: December 4th, 2009, 2:05 am

Gmail feeds - HTTP or HTTPS

Post by Jkon »

Just a quick question. I have always used Url=http://#username#:#password#@gmail.google.com/gmail/feed/atom in my Gmail skins.
Today, I had a user who could not obtain his feed using this and it turns out by adding an "s" to "http" solved his problem.A quick wiki session informs me that the added "s" dedicates the SSL protocol to http.So, should I have been using https all along. As both http and https seem to work for me and not for him,could adding the "s" to my code in future present problems for others.
Image
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Gmail feeds - HTTP or HTTPS

Post by jsmorley »

Won't be any problem with a site that supports https (SSL), but might be if it doesn't, so you don't want to just assume that any feed is going to support secure sockets or transport layer security.
User avatar
Jkon
Posts: 185
Joined: December 4th, 2009, 2:05 am

Re: Gmail feeds - HTTP or HTTPS

Post by Jkon »

support secure sockets or transport layer security
That nearly clattered me as it flew over my head. :D Way too technical for me.My intention would only be to add it to my gmail feeds,as I presume if the feed supports it then it's best to use it,but if gmails feed supports it in one location, does it necessarily
support it everywhere.
Image
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Gmail feeds - HTTP or HTTPS

Post by jsmorley »

Jkon wrote: That nearly clattered me as it flew over my head. :D Way too technical for me.My intention would only be to add it to my gmail feeds,as I presume if the feed supports it then it's best to use it,but if gmails feed supports it in one location, does it necessarily
support it everywhere.
I'm pretty sure it does.
User avatar
Jkon
Posts: 185
Joined: December 4th, 2009, 2:05 am

Re: Gmail feeds - HTTP or HTTPS

Post by Jkon »

Cheers.I'll try adding it in future.I doubt it can cause me any more problems then it not being there.Either way,at least today, I learned what could be the cause of some peoples problems.Was a solution ever found for German gmail accounts.I thought I say someone post something about it in the last few months but couldn't find the post again.Thanks again.
Image
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: Gmail feeds - HTTP or HTTPS

Post by Kaelri »

Gmail defaults to HTTPS for all connections. You should have your skins use a secure connection whenever it's available - there's really no downside.
User avatar
Jkon
Posts: 185
Joined: December 4th, 2009, 2:05 am

Re: Gmail feeds - HTTP or HTTPS

Post by Jkon »

Well,that clears that issue up nicely.thanks for that Kaelri.
Image