Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokaygurcan/demandware.space
Demandware request tester —
https://github.com/gokaygurcan/demandware.space
Last synced: 7 days ago
JSON representation
Demandware request tester —
- Host: GitHub
- URL: https://github.com/gokaygurcan/demandware.space
- Owner: gokaygurcan
- License: mit
- Created: 2016-10-14T13:53:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T02:02:35.000Z (over 3 years ago)
- Last Synced: 2024-05-02T01:47:37.435Z (8 months ago)
- Language: JavaScript
- Homepage: https://demandware.space/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demandware.space
Demandware request tester---
[![analytics](https://analytics.gokaygurcan.com/UA-55204660-5/gokaygurcan/demandware.space.svg?style=flat-square)](https://demandware.space)
[![website](https://img.shields.io/website/https/demandware.space.svg?style=flat-square)](https://demandware.space)
[![vulnerabilities](https://snyk.io/test/github/gokaygurcan/demandware.space/badge.svg?style=flat-square)](https://snyk.io/test/github/gokaygurcan/demandware.space)
[![travis ci](https://img.shields.io/travis/gokaygurcan/demandware.space.svg?style=flat-square)](https://travis-ci.org/gokaygurcan/demandware.space)
[![code climate](https://img.shields.io/codeclimate/github/gokaygurcan/demandware.space.svg?style=flat-square)](https://codeclimate.com/github/gokaygurcan/demandware.space)
[![license](https://img.shields.io/github/license/gokaygurcan/demandware.space.svg?style=flat-square)](https://github.com/gokaygurcan/demandware.space/blob/master/LICENSE)## Example outputs
```javascript
{
"timestamp": 1476453887086,
"method": "GET",
"headers": {
"x-real-ip": "123.123.123.123",
"x-forwarded-for": "123.123.123.123",
"x-nginx-proxy": "true",
"x-forwarded-proto": "https",
"host": "demandware.space",
"connection": "close",
"cache-control": "no-cache",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate, sdch, br",
"accept-language": "en-GB,en;q=0.8,en-US;q=0.6,tr;q=0.4"
},
"body": {},
"qs": {},
"authorization": {}
}
``````javascript
{
"timestamp": 1476452988652,
"method": "POST",
"headers": {
"x-real-ip": "123.123.123.123",
"x-forwarded-for": "123.123.123.123",
"x-nginx-proxy": "true",
"x-forwarded-proto": "https",
"host": "demandware.space",
"connection": "close",
"content-length": "23",
"authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
"cache-control": "no-cache",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36",
"content-type": "application/x-www-form-urlencoded",
"accept": "*/*",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-GB,en;q=0.8,en-US;q=0.6,tr;q=0.4"
},
"body": {
"key1": "value1",
"key2": "value2"
},
"qs": {
"key1": "value1",
"key2": "value2"
},
"authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ="
}
```## License
MIT © [Gökay Gürcan](https://www.gokaygurcan.com/)