On Wed, 2010-03-31 at 07:29 -0700, Nigel Kersten wrote: > On Wed, Mar 31, 2010 at 7:19 AM, Brice Figureau > <[email protected]> wrote: > > On Wed, 2010-03-31 at 10:45 -0300, Gustavo Soares wrote: > >> Ok, thanks. > >> > >> I'll check the code too. > > > > You can also have a look to the auth.conf file which lists most of the > > REST urls. > > I found that using ssldump to sniff the connection traffic was quite > illuminating as you need to set the Accept header at least > appropriately. > > ie > > GET /production/file_metadatas/plugins?links=manage&recurse=true > ignore=---+%0A-+.svn%0A-+CVS%0A-+.git%0A& HTTP/1.1 > ----------> Accept: pson, b64_zlib_yaml, yaml, marshal, raw
If you use nginx or apache as a front-end SSL termination, you can grep your access log files for the same result (except of course access to the headers). -- Brice Figureau Follow the latest Puppet Community evolutions on www.planetpuppet.org! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
