Changes between Initial Version and Version 1 of Ticket #357


Ignore:
Timestamp:
06/25/10 09:59:06 (4 years ago)
Author:
johnbywater
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #357 – Description

    initial v1  
     1Sean Burlington wrote: 
     2> I recently came across a documentation issue 
     3>  
     4> http://knowledgeforge.net/ckan/doc/ckan/api.html 
     5> ----- 
     6> The key should be passed in the API request header: 
     7> Header        Example value 
     8> HTTP_AUTHORIZATION    fde34a3c-b716-4c39-8dc4-881ba115c6d4 
     9>  
     10> ----- 
     11>  
     12> But the header name is actually just 'AUTHORIZATION' 
     13>  
     14> For example to set it in PHP 
     15>  
     16> curl_setopt($ch, CURLOPT_HTTPHEADER, array('AUTHORIZATION: 
     17> xxxxx-xxxx-xxxx-xxxx-xxxxxxx')); 
     18>