I have a backend api which uses WSSE
authentication.
I can test my api with chrome extension ( Advanced Rest Client ) and this tool for generating wsse header , but my real client is a sencha touch app.
My Question : Is there a built in library in Sencha Touch
or Ext.js
that allow me to generate the wsse
header or I should do it manually ?