[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OECORSFilter.responseHeaders vs OpenEdge.Web.WebResponse:SetHeader

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
Status
Not open for further replies.
M

Michael Jacobs

Guest
Look at RFC 2616: section 4.2 Message Headers. The client 'should' combine multiple headers of the same name as long as it can result in a single comma delimited list. Have you tried this with your client to observe what its implementation does? What I do know is the CORS filter supplied the ABL web app will not dynamically look for or merge headers you supply from your application code.

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