Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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$'
```