Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 372 Bytes

Configuration-Proxy-Servers.md

File metadata and controls

15 lines (10 loc) · 372 Bytes

Configuring Proxy Servers

Proxy Servers are configured very simply as follows:

@prefix dnr: <http://www.dotnetrdf.org/configuration#> .

_:proxy a dnr:Proxy ;
  dnr:server "http://proxy.example.com" ;
  dnr:user "username" ;
  dnr:password "password" .

Username and password are optional for proxies. Note also that no dnr:type property is required.