0
我在想使用POST協議時,OAuth簽名僅與URL或與POST數據內的某些內容相關?使用OAuth POST請求
我在想使用POST協議時,OAuth簽名僅與URL或與POST數據內的某些內容相關?使用OAuth POST請求
實際參數被定義爲在說明書中的簽名基本字符串: http://tools.ietf.org/html/rfc5849#section-3.4.1
當節3.4.1.3.1的標準被滿足的POST體只包括:
* The entity-body is single-part.
* The entity-body follows the encoding requirements of the
"application/x-www-form-urlencoded" content-type as defined by
[W3C.REC-html40-19980424].
* The HTTP request entity-header includes the "Content-Type"
header field set to "application/x-www-form-urlencoded".
換句話說,如果您發佈XML或JSON數據,則不包括這些參數。但是,如果它是基本的編碼數據,它可能是。