The simpliest one

From i2Rest
Revision as of 16:54, 10 April 2020 by Pavel.lobko (talk | contribs)
Jump to: navigation, search

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) 

Noauth-1.png

 ----

Back to i2Rest Client