项目作者: mohamed-selim-a
项目描述 :
a proxy server to use between mobile client and soap server to overcome CORS and cache requests for fast testing
高级语言: C#
项目地址: git://github.com/mohamed-selim-a/proxy-to-soap.git
proxy-to-soap
a self-hosted proxy server which i use to facilitate testing of Cordova apps between mobile client and soap server
It’s useful for
- overcomming CORS and preflight requests especially when it’s not easy to configure the server for this, so you can debug on the browser and no need for simulators
- caching the requests for fast testing or to be able test the app functionality and design even if the server is down
How to use
- it’s a windows forms desktop app, launches a self-hosted server on port 1234, so it must run as administrator for this
- configure the mobile app to preceed every url with ‘http://localhost:1234?url=‘
- cache is not in use by default, enable it by right clicking the icon in the system tray or by the button on the form