A web interface design method for preventing request messages from being tampered with and replaying attacks
A technology for request message and interface design, applied in digital transmission systems, user identity/authority verification, secure communication devices, etc., can solve problems such as exposure and no secrets, and achieve CSRF security and prevent parameters from being tampered with. Effect
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0043] The present invention will be further described below in conjunction with the accompanying drawings and specific embodiments.
[0044] like figure 1In the described embodiment, a kind of web interface design method that prevents the request message from being tampered with and attacked to replay, specifically comprises the following steps:
[0045] (1) The server combines specific information to construct a Token, and if the caller is also a server, it will be issued in advance; if it is a browser client, it will return csrfToken;
[0046] If the caller is also a server, it will be issued in advance: Token=uuidNamespace(AppID). The Token is time-sensitive and associated with the AppID of the caller. The caller applies for it on the receiver server in advance, and needs to apply again after it expires.
[0047] If it is a browser client, csrfToken is returned, and relevant specific parameters are agreed first:
[0048] requestInfo=remoteIP+URLpath+UserAgent
[0049] ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 
