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

https://github.com/wberredo/wsse-generator-chrome

A chrome extension that generates x-wsse headers.
https://github.com/wberredo/wsse-generator-chrome

chrome-extension firefox-extension wsse-generator xwsse-header

Last synced: about 1 year ago
JSON representation

A chrome extension that generates x-wsse headers.

Awesome Lists containing this project

README

          

# WSSE Generator
A chrome extension that generates x-wsse headers

## Installation
Go to the [extension page](https://chrome.google.com/webstore/detail/wsse-generator/piadnaffpgcjalpkfmkpgeamkajfeedc)
on Chrome Web Store to download and install the extension.

### Unpacked extension
If you want to download the zipped package from GitHub, follow the steps below:
- Unzip the file.
- On your Chrome Web Browser, Open (chrome://extensions/) or select the menu `Window > Extensions`.
- Enable developer mode at the top right.
- Click `Load unpacked extension...` and select the source code folder.
- Generate your headers.

## Installing on Firefox
[Installation](./Install_to_firefox.md)

## Usage
To use this generator, you will only need to:
- Fill the fields you want to.
- Choose the automatic options you need.
- Click on 'Generate Header'.
- __Your x-wsse header is on your clipboard.__

## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

## License

[MIT](http://opensource.org/licenses/MIT)