[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: REST Services and Cookies

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Now that you have an array of cookies, you can inspect them. Do loop = 1 to extent(oCookies): message oCookies[loop]:Name oCookies[loop]:Path oCookies[loop]:Value // etc . end. If you know the name of the cookie, you can call GetCookie( ) on the response. There's information about the Cookie class in PDSOE's Class Browser and at documentation.progress.com/.../OpenEdge.Net.HTTP.Cookie.html

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