Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 414 Bytes

GisProxy

This is simple proxy which can help you to use cross-domain requests in your browser client. Ideal =) for using with Openlayers and other gis JS toolkits.

Features

  • Simplicity
  • Json config
  • Supports POST queries
  • Supports basic authorization

How to use

Specify host urls in proxy.config and run request with url like: http://yourdomain/proxy.php?http://dedicateddomain/image.png. Enjoy =)