A chrome extension that generates x-wsse headers
Go to the extension page on Chrome Web Store to download and install the 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.
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.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request