mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-01 00:07:19 +02:00
f2b7499f85
Still gets some warnings because compilers have changed. But should work.
13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
POST /oauth1/access HTTP/1.1
|
|
Host: server.example.com
|
|
Authorization: OAuth realm="Example",
|
|
oauth_consumer_key="jd83jd92dhsh93js",
|
|
oauth_token="hdk48Djdsa",
|
|
oauth_signature_method="HMAC-SHA1",
|
|
oauth_timestamp="123456789",
|
|
oauth_nonce="7d8f3e4a",
|
|
oauth_verifier="473f82d3",
|
|
oauth_signature="..."
|
|
|
|
|