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 2019/01/23 16:53:00 UTC

[jira] [Updated] (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 ]

Jerome BAROTIN updated OLINGO-1332:
-----------------------------------
    Description: 
 

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}

  was:
 

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}


> 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
>            Priority: Major
>
>  
> 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)