Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.15 KB

WSSE Generator

A chrome extension that generates x-wsse headers

Installation

Go to the extension page 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

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