You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Michael Brohl (Jira)" <ji...@apache.org> on 2022/02/22 23:09:00 UTC

[jira] [Updated] (OFBIZ-12515) Retrieve request headers and use them as service parameters

     [ https://issues.apache.org/jira/browse/OFBIZ-12515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Brohl updated OFBIZ-12515:
----------------------------------
    Description: 
The RestRequestHandler is currently able to extract the request body (JSON), path and Url query parameters and provide them as service parameters to the underlying service.

We have enhanced the current implementation which additionally can extract information from the request headers as well.

This is currently in development/test phase in a custom project, I will soon provide a PR for it.

  was:
The RestRequestHandler is currently able to extract the request body (JSON), path ans Url query parameters and provide them as service parameters to the underlying service.

We have enhanced the current implementation which additionally can extract information from the request headers as well.

This is currently in development/test phase in a custom project, I will soon provide a PR for it.


> Retrieve request headers and use them as service parameters
> -----------------------------------------------------------
>
>                 Key: OFBIZ-12515
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12515
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: rest-api
>    Affects Versions: Upcoming Branch
>            Reporter: Michael Brohl
>            Assignee: Michael Brohl
>            Priority: Major
>
> The RestRequestHandler is currently able to extract the request body (JSON), path and Url query parameters and provide them as service parameters to the underlying service.
> We have enhanced the current implementation which additionally can extract information from the request headers as well.
> This is currently in development/test phase in a custom project, I will soon provide a PR for it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)