-
Notifications
You must be signed in to change notification settings - Fork 82
webresources
The following settings are available for Web Resources
Setting | Description |
---|---|
Url |
The URL of the web resource to be utilized |
Http Method |
The default Http method to be used for requests sent to this resource, either GET, PUT or POST |
Content Type |
The content type for the body for requests sent to this resource |
Http Timeout (ms) |
The max time to wait for a response from the request before canceling the request (in milliseconds) |
Security Type |
Either None, Basic Auth, Token Auth or OAuth 1.0 |
User |
If Security is set to Basic Auth, the user name to be used to authenticate requests sent to this resource |
Password |
If Security is set to Basic Auth, the password to be used to authenticate requests sent to this resource |
Token |
If Security is set to Token, this is the token provided by the web service provider to be used to authenticate requests sent to this resource |
OAuth 1.0 Consumer Key |
A value used by the Consumer to identify itself to the Service Provider. |
OAuth 1.0 Consumer Secret |
A secret used by the Consumer to establish ownership of the Consumer Key. |
OAuth 1.0 Token |
A value used by the Consumer to obtain authorization from the User, and exchanged for an Access Token. |
OAuth 1.0 Token Secret |
A secret used by the Consumer to establish ownership of a given Token. |
OAuth 1.0 Version |
Optional. If present, value MUST be 1.0. Service Providers MUST assume the protocol version to be 1.0 if this parameter is not present. Service Providers’ response to non-1.0 value is left undefined. |
OAuth 1.0 Signature Method |
The signature method the Consumer used to sign the request. |
OAuth 1.0 Realm |
The realm parameter defines a protection realm. |