Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated code block styles

Textstyles
Size16px
Colorrgb(236,0,140)

WORK IN PROGRESS | Services are in active development and are subject to change.

 


Textstyles
Size24px

Basic Usage

...

Charity Engine's Proxy Service is used just like a standard HTTP proxy. It is accessed by configuring the system or application proxy settings to route requests through it:

Code Block
languagetextbash
Host: charityengine.services
Port: 20000

Once requests are fulfilled by Charity Engine computers, the responses are returned as though the request was made directly. Try a simple example using curl:

Code Block
languagetextbash
curl -v -k -x charityengine.services:20000 -A "Mozilla/5.0 ..." --proxy-user "(authenticator):" "https://www.example.com"

...