我知道这是一个非常广泛的问题,但我不打算请你全面执行(我知道,我会看到一些图书馆这样做)。
- Is the nonce value supposed to go in the http header?
- how do I read the nonce from the http header in the client side?
- How do I send back the nonce to the server? Maybe in a hidden field? or will the browser do that for me for each subsequent request?
- Regarding the client nonce (cnonce) should I send it in the same fashion as any other field or hidden field?
- How do I get the cnonce back from the server? same way as the nonce?
在我的项目Im中,利用服务器生成了html网页,我有一个服务器处理网上标识表。