JamesBowen
19+ years progress programming and still learning.
OE 11.7.20 Windows 64bit.
I'm a little bit late to the party but I'm slowly dipping my toe in my migrating existing classic WebSpeed code over to PASOE.
The issue I'm having is that output header setting the http status to 302 is not working as expected I have found the knowledge base article providing the workaround solution, but from what I understand this was resolved in 11.7.3.
Could anyone provide any context as to why I still have to use the workaround solution if the problem was resolved in version 11.7.3 and I'm using 11.7.20?
REF KB:
Example of what I have to do:
I'm a little bit late to the party but I'm slowly dipping my toe in my migrating existing classic WebSpeed code over to PASOE.
The issue I'm having is that output header setting the http status to 302 is not working as expected I have found the knowledge base article providing the workaround solution, but from what I understand this was resolved in 11.7.3.
Could anyone provide any context as to why I still have to use the workaround solution if the problem was resolved in version 11.7.3 and I'm using 11.7.20?
REF KB:
Progress Customer Community
community.progress.com
Example of what I have to do:
Code:
//output-http-header("status","302").
output-http-header("","HTTP/1.1 302 Redirect").
output-http-header("location", HostURL + AppURL + "/" + pc_Page + vc_SubPage).