<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -163,15 +163,17 @@ module ScreenstepsHelp
       end
       port = ENV['SCREENSTEPS_LIVE_PORT'] ? ENV['SCREENSTEPS_LIVE_PORT'] : 443
       http = Net::HTTP.new(ENV['SCREENSTEPS_LIVE_DOMAIN'], port)
+
       http.use_ssl = true
       
       resp = href = &quot;&quot;;
     
-      http.start do |http|      
+      http.start do |http|
+      
         req = Net::HTTP::Get.new(path)
         req['Content-Type'] = &quot;application/xml&quot;
         req['Date'] = Time.now.httpdate
-        req['ss-auth'] = (encode(ENV['SCREENSTEPS_LIVE_DOMAIN'] + &quot;:&quot; + path + &quot;:&quot; + req['Date']))
+        req['Authorization'] = (encode(ENV['SCREENSTEPS_LIVE_DOMAIN'] + &quot;:&quot; + path + &quot;:&quot; + req['Date']))
         
         resp = http.request(req).body
       end</diff>
      <filename>lib/screensteps_help.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e73110cc1ac7e877925bc034578e4304f163773b</id>
    </parent>
  </parents>
  <author>
    <name>Greg DeVore</name>
    <email>greg@bluemangolearning.com</email>
  </author>
  <url>http://github.com/bluemango/screensteps_help/commit/860141e04a564ebc9d7d9c9f16dab7e31eaf2776</url>
  <id>860141e04a564ebc9d7d9c9f16dab7e31eaf2776</id>
  <committed-date>2008-07-11T11:54:17-07:00</committed-date>
  <authored-date>2008-07-11T11:54:17-07:00</authored-date>
  <message>udpated to use Authorization header</message>
  <tree>7dfcf5bc464e869fd61bb6e037812f1accdcde98</tree>
  <committer>
    <name>Greg DeVore</name>
    <email>greg@bluemangolearning.com</email>
  </committer>
</commit>
