You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Michael Bolz (JIRA)" <ji...@apache.org> on 2019/02/03 19:54:00 UTC

[jira] [Assigned] (OLINGO-1332) Header Perfer: "return=minimal" or "return=representation" return Error "Prefer Header not supported"

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

Michael Bolz reassigned OLINGO-1332:
------------------------------------

    Assignee: Michael Bolz

> Header Perfer: "return=minimal" or "return=representation" return Error "Prefer Header not supported"
> -----------------------------------------------------------------------------------------------------
>
>                 Key: OLINGO-1332
>                 URL: https://issues.apache.org/jira/browse/OLINGO-1332
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata4-server
>    Affects Versions: (Java) V4 4.5.0
>            Reporter: Jerome BAROTIN
>            Assignee: Michael Bolz
>            Priority: Major
>         Attachments: OLINGO-1332.patch
>
>
>  
> Hi,
> {color:#333333}Considering the following python script  :{color}
> {code:java}
> # -*- encoding: utf-8 -*-
> import requests
> headers = {
>     'Content-Type': 'application/json',
>     'Prefer': 'return=minimal'
> }
> url = "http://localhost:8080/Customers(2)"
> r = requests.get(url, headers=headers))
> print(r.content){code}
> If I run it on my olingo implementation, I've got the following content : 
> {noformat}
> b'{"error":{"code":null,"message":"The Prefer header \'return=minimal\' is not supported for this HTTP Method."}}'{noformat}
>  
>  
>  
>  
> {color:#808080} {color}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)