We have a functionality for OCI catalog in our application.
We get the following details from SAP when they try to access the catalog
UserName=a, Password=b, PrimaryLanguageCode=EN, SecondaryLanguageCode=, HtmlOrXML=HTML, HookUrl=SAPEVENT:POST, OkCode=, Target=, Caller=
We are sending our cart form to HookUrl with post action.
It all works fine when catalog is opened using Internet explorer from SAP but with Edge browser it does not work.
The cart is returned to SAP when IE is used but not the case with Edge.
What are we missing here ?