Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Default Blog endpoints to SSL #904

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions src/managed/OpenLiveWriter.BlogClient/Providers/BlogProviders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<clientType>MovableType</clientType>
<postApiUrl>
<![CDATA[
http://<username>.wordpress.com/xmlrpc.php
https://<username>.wordpress.com/xmlrpc.php
]]>
</postApiUrl>
<homepageUrlPattern>\.wordpress\.com</homepageUrlPattern>
Expand All @@ -58,7 +58,7 @@
<clientType>MovableType</clientType>
<postApiUrl>
<![CDATA[
http://www.typepad.com/t/api
https://www.typepad.com/t/api
]]>
</postApiUrl>
<homepageUrlPattern>\.typepad\.com</homepageUrlPattern>
Expand All @@ -79,7 +79,7 @@
<clientType>Blogger2</clientType>
<postApiUrl>
<![CDATA[
http://api.blogger.com/api
https://api.blogger.com/api
]]>
</postApiUrl>
<homepageUrlPattern>\.blogspot\.com</homepageUrlPattern>
Expand All @@ -102,7 +102,7 @@
<clientType>LiveJournal</clientType>
<postApiUrl>
<![CDATA[
http://www.livejournal.com/interface/blogger
https://www.livejournal.com/interface/blogger
]]>
</postApiUrl>
<homepageUrlPattern>\.livejournal\.com</homepageUrlPattern>
Expand All @@ -118,7 +118,7 @@
<clientType>MovableType</clientType>
<postApiUrl>
<![CDATA[
http://<hostname>/<mt_path>/mt-xmlrpc.cgi
https://<hostname>/<mt_path>/mt-xmlrpc.cgi
]]>
</postApiUrl>
<rsdEngineNamePattern>Movable Type</rsdEngineNamePattern>
Expand All @@ -133,7 +133,7 @@
<clientType>MovableType</clientType>
<postApiUrl>
<![CDATA[
http://<hostname>/<wp_path>/xmlrpc.php
https://<hostname>/<wp_path>/xmlrpc.php
]]>
</postApiUrl>
<postDateFormat>yyyyMMdd'T'HH':'mm':'ss</postDateFormat>
Expand Down Expand Up @@ -162,7 +162,7 @@
<clientType>Metaweblog</clientType>
<postApiUrl>
<![CDATA[
http://<hostname>/blogs/metablog.ashx
https://<hostname>/blogs/metablog.ashx
]]>
</postApiUrl>
<useLocalTime>Yes</useLocalTime>
Expand All @@ -178,7 +178,7 @@
<clientType>Metaweblog</clientType>
<postApiUrl>
<![CDATA[
http://<hostname>/blog/blogger.aspx
https://<hostname>/blog/blogger.aspx
]]>
</postApiUrl>
<reportingKey>zi</reportingKey>
Expand All @@ -191,7 +191,7 @@
<clientType>Metaweblog</clientType>
<postApiUrl>
<![CDATA[
http://<hostname>/<mw-script>
https://<hostname>/<mw-script>
]]>
</postApiUrl>
<postDateFormat>yyyyMMdd'T'HH':'mm':'ss</postDateFormat>
Expand All @@ -204,7 +204,7 @@
<clientType>MovableType</clientType>
<postApiUrl>
<![CDATA[
http://<hostname>/<mt-script>
https://<hostname>/<mt-script>
]]>
</postApiUrl>
<reportingKey>zm</reportingKey>
Expand All @@ -217,7 +217,7 @@
<clientType>Metaweblog</clientType>
<postApiUrl>
<![CDATA[
http://blogs.msdn.com/metablog.ashx
https://blogs.msdn.com/metablog.ashx
]]>
</postApiUrl>
<homepageUrlPattern>blogs\.msdn\.com</homepageUrlPattern>
Expand All @@ -235,7 +235,7 @@
<clientType>Metaweblog</clientType>
<postApiUrl>
<![CDATA[
http://blogs.technet.com/metablog.ashx
https://blogs.technet.com/metablog.ashx
]]>
</postApiUrl>
<homepageUrlPattern>blogs\.technet\.com</homepageUrlPattern>
Expand Down