Difference between revisions of "NoAuth usecase 1"
Pavel.lobko (talk | contribs) m (Pavel.lobko moved page NoAuth-usecase-1 to NoAuth usecase 1 without leaving a redirect) |
Pavel.lobko (talk | contribs) |
||
Line 2: | Line 2: | ||
Just choose <code>*None</code> [[Authentication method]], specify URI to be requested and request type - that's all. <br> | Just choose <code>*None</code> [[Authentication method]], specify URI to be requested and request type - that's all. <br> | ||
I2REST COMMAND(*GET) URL('http://apache.org') AUTHMETHOD(*NONE) | I2REST COMMAND(*GET) URL('http://apache.org') AUTHMETHOD(*NONE) | ||
− | [[File:Noauth-1.png]] | + | [[File:Noauth-1.png|500]] |
---- | ---- | ||
[[I2Rest_Client|Back to i2Rest Client]]<br> | [[I2Rest_Client|Back to i2Rest Client]]<br> | ||
[[I2Rest_Client_Usercases|Back to Usercases]] | [[I2Rest_Client_Usercases|Back to Usercases]] |
Revision as of 15:52, 12 April 2020
Just choose *None
Authentication method, specify URI to be requested and request type - that's all.
I2REST COMMAND(*GET) URL('http://apache.org') AUTHMETHOD(*NONE)