You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Jerome BAROTIN (Jira)" <ji...@apache.org> on 2020/06/26 12:40:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17146272#comment-17146272 ] 

Jerome BAROTIN commented on OLINGO-1332:
----------------------------------------

Just for the record a bug is filled about that in Simple.OData.Client

https://github.com/simple-odata-client/Simple.OData.Client/issues/600

> 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: mibo
>            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
(v8.3.4#803005)