简体   繁体   English

不使用JavaScript限制用户输入的速率

[英]Rate limit user input without using JavaScript

What are the possibilities for rate limiting user input without using JavaScript? 不使用JavaScript对用户输入进行速率限制的可能性有哪些? The lesser round trips made to the server for this, the better. 为此,服务器往返行程越少越好。

没有JS,他们唯一的方法就是验证服务器上的输入,并向用户发送带有错误消息的页面。

您可以使用maxlength但也需要在后端进行验证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在不使用提示的情况下在javascript中获取用户输入 - Getting user input in javascript without using prompt 速率限制一个javascript函数 - Rate limit a javascript function 如何在不超过用户速率限制的情况下使用node.js向Google Drive API发出3千个请求? - How can I make 3 thousand requests to Google Drive API using node.js without exceeding User Rate Limit? 限制用户可以输入的JavaScript - Limit what javascript a user can input javascript中的通知,无需用户输入 - Notifications in javascript without user input 使用Javascript将我的html输入限制为仅文本,并以其他方式提醒用户? - Using Javascript to limit my html input to only text and alerting the user otherwise? 使用javascript将用户输入限制为带有正则表达式的逗号分隔的单词 - Limit user input to allowable comma delimited words with regular expression using javascript 需要使用JavaScript限制输入时间 - Need to Limit the input timing using JavaScript API速率限制是否会将javascript请求视为来自域的IP或用户的IP? - Does an API Rate Limit see javascript requests as coming from the domain's IP, or the user's IP? 使用javascript限制用户响应的数量 - Limit the number of response by user using javascript
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM