[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to Restart a PASOE ABL Application

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
The OEM rest api does not require cookies. It will use them for session management if present, but they are not required. It falls back to HTTP basic if the cookie is not present and you provide the credentials on the command line. You can use HTTP basic authentication by specifying the -u switch for curl. You can simplify the example and skip the call to login.jsp and just call the reset service directly.

Continue reading...
 
Status
Not open for further replies.
Back
Top