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

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Note: First curl command should use "-c" to save the cookies in particular OEMSESSION_ID and use POST to perform FORM-based authentication: curl -v -c /tmp/cookiefile -X POST -d 'username=admin&password=4admin' localhost:9090/login.jsp The 2nd curl command uses -b to read the cookies. curl -X PUT -b /tmp/cookiefile -d '{"reset":"true"}' localhost:9090/.../reset

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