문제

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 ?

도움이 되었습니까?

해결책

hmmm it seems that there is not such a tool. I did it manually inspiring from this website

http://www.teria.com/~koseki/tools/wssegen/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top