NoAuth usecase 1

From i2Rest
Revision as of 12:55, 2 April 2020 by Pavel.lobko (talk | contribs) (Created page with "= Http/Https request without authorization = With *None Authentication method chosen, all you have to do - specify URI to be requested and request type. I2REST COMMAND(*GET)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Http/Https request without authorization

With *None Authentication method chosen, all you have to do - specify URI to be requested and request type. I2REST COMMAND(*GET) URL('http://apache.org') AUTHMETHOD(*NONE)


Result of a request could be checked in a joblog and/or printer output file, according to a value of « Output log events to» parameter.