Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loicmahieu/cfapi-json-gateway
JSON Gateway for Coldfusion Admin API
https://github.com/loicmahieu/cfapi-json-gateway
Last synced: 27 days ago
JSON representation
JSON Gateway for Coldfusion Admin API
- Host: GitHub
- URL: https://github.com/loicmahieu/cfapi-json-gateway
- Owner: LoicMahieu
- Created: 2014-11-19T14:22:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T12:42:02.000Z (about 8 years ago)
- Last Synced: 2024-04-11T13:05:52.753Z (9 months ago)
- Language: ColdFusion
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cfapi-json-gateway
==================JSON Gateway for Coldfusion Admin API
## IMPORTANT
Do not use it in production, big security hole !!
## Usage
```
curl 'http://HOST/cfapi-json-gateway/Gateway.cfc?wsdl=&method=callAPI&apiComponent=debugging&apiMethod=setDebugProperty&apiArguments=\{%20%22propertyName%22:%20%22enableRobustExceptions%22,%20%22propertyValue%22:%20%22true%22%20\}' \
-H 'X-CF-AdminPassword: Adm1n$'
```