Difference between revisions of "NoAuth usecase 1"

From i2Rest
Jump to: navigation, search
(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)...")
 
Line 2: Line 2:
  
 
With *None Authentication method chosen, all you have to do - specify URI to be requested and request type.  
 
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)       
+
[[File:Noauth-1.png]]
 +
  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.
 
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.

Revision as of 13:01, 2 April 2020

Http/Https request without authorization

With *None Authentication method chosen, all you have to do - specify URI to be requested and request type. Noauth-1.png

 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.