Hi Girish, Excellent.
Only one suggestion from my quick view, when response code is 401, the "WWW-Authenticate" header should be set to start with a word NOT “Bearer …”, this can prevent web browser from popping up a login dialog. Kind Regards, Shi Jinghai 发件人: Girish Vasmatkar<mailto:girish.vasmat...@hotwaxsystems.com> 发送时间: 2020年7月8日 20:47 收件人: dev@ofbiz.apache.org<mailto:dev@ofbiz.apache.org> 主题: Re: REST implementation Hi Folks I have added support for OpenApi Integration. The updated code can be found here : https://github.com/girishvasmatkar/ofbiz-rest-impl. Please go through the changes and test at your end and let me know your thoughts. I am planning to do some refactoring and then raise initial PR for the plug-in if the changes look good to everyone. Best, Girish On Wed, Jun 17, 2020 at 4:54 PM Carsten Schinzer < cars...@dcs-verkaufssysteme.de> wrote: > Hi Girish, > > Thanks to clarify :) > What caught me on the OpenAPI integration is the snippet quoted below and > I realize I should have read it in context. Actually then it is aligned > with my view. > > Warm regards > > Carsten > > >>>>> Initial implementation does not contain OpenApi integration yet. And > >