Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

 

Supported authorization headers



1) Bearer

To perform operations like search an access_token is needed as per https://tools.ietf.org/html/rfc6749#section-7.1

cURL sample request
curl -v -i -k -H "Authorization: Bearer YIqxCuzgTlGjjENoa4cA25Ey8CF7gtfi" -X GET https://odoo.dev.oregional.hu/orestapi/application/status



2) Basic


cURL sample request
curl -v -i -k -H "Authorization: Basic bWtkcnFEVWJQQUZXUHpUQkhNbVZlQkpqUmM5dE1NdnY6ZHNmZWY0NTQzNDN0d2xldHNnbzQ5ZXJz" -X GET https://odoo.dev.oregional.hu/orestapi/application/status
  • No labels