summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2011-03-05 17:07:47 -0800
committerEitan Isaacson <eitan@monotonous.org>2011-03-07 16:11:39 -0500
commit067c80764ba4d8af4261712ec3379fbe4f67848e (patch)
treeed3a69e01abe7ff658acb213f57f778cd949501b /docs
parent30ea270ebc3b1347a11f92e110e7905646b7fb1b (diff)
downloadlibrest-067c80764ba4d8af4261712ec3379fbe4f67848e.tar.gz
oauth-proxy: Added 'signature-host' property.
This enables signing with a different hostname than the one in the endpoint. The case in point is Photobucket: It has "silo" URLs that are used for certain types of operations, such as api123.photobucket.com, yet the signature still expects to use api.photobucket.com in the base string. Fixes: https://bugs.meego.com/show_bug.cgi?id=14192
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/rest/rest-sections.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt
index 23664d1..1418001 100644
--- a/docs/reference/rest/rest-sections.txt
+++ b/docs/reference/rest/rest-sections.txt
@@ -165,6 +165,8 @@ oauth_proxy_get_token
oauth_proxy_set_token
oauth_proxy_get_token_secret
oauth_proxy_set_token_secret
+oauth_proxy_get_signature_host
+oauth_proxy_set_signature_host
<SUBSECTION Standard>
OAuthProxyPrivate
OAuthProxyClass