我试图获得RDF / XML响应但我只得到HTML响应。我的卷曲请求是:
# some code before
begin
DB.add_your_vendor_method
rescue
go_back_to_index
end
show_value_to_user
# some code after
我得到的输出是:
curl -L -H "Accept: application/rdf+xml" "http://localhost:8080/mydataset/page/def/sector-publico/contrato/cod-centro-destino"
我有一台PUBBY服务器。问题是什么?