Forum Post: RE: Open source Http client on OpenEdge

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
GET and POST/PUT/… are different in what and how you send the info to the server. For GET everything is delivered at part of the request header. For POST/PUT/… after the header you need to deliver an empty line followed by the data that you post. From: Aleksey [mailto:bounce-Aleksey@community.progress.com] Sent: Donnerstag, 10. April 2014 10:30 To: TU.OE.Development@community.progress.com Subject: RE: Open source Http client on OpenEdge RE: Open source Http client on OpenEdge Reply by Aleksey Hi, Mike :) documentation, well I only put comments other magic done by PCT and you :) Well good question. But what the difference between PUT/POST/DELETE and GET? As understood it just method you send to server in http request. Is any special client support needed? So I would guess it support as you can specify any method as character parameter. But will check these days when will have spare 10 minutes :) Stop receiving emails on this subject. Flag this post as spam/abuse.

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