Skip to content

Instantly share code, notes, and snippets.

@avernet
Created January 27, 2015 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avernet/210a20bc3c704465706d to your computer and use it in GitHub Desktop.
Save avernet/210a20bc3c704465706d to your computer and use it in GitHub Desktop.
Properties to make internal requests go "over the wire", through Charles on port 8888
<property as="xs:string" name="oxf.http.internal-paths" value=""/>
<property as="xs:string" name="oxf.http.proxy.host" value="localhost"/>
<property as="xs:integer" name="oxf.http.proxy.port" value="8888"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment