Difference between revisions of "NoAuth usecase 1"
Pavel.lobko (talk | contribs) |
Pavel.lobko (talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{DISPLAYTITLE: | + | {{DISPLAYTITLE:The simpliest one}} |
− | |||
− | |||
<div id="session_gate"></div>The simpliest example. Just choose <code>*None</code> [[Authentication method]], specify URI to be requested and request type - that's all. <br> | <div id="session_gate"></div>The simpliest example. 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]] | ||
− | + | ---- | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | ---- | ||
[[I2Rest_Client|Back to i2Rest Client]] | [[I2Rest_Client|Back to i2Rest Client]] |
Revision as of 16:54, 10 April 2020
The simpliest example. 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)
----