Featured post
Run a AJAX query which uses PHP code that limits queries/sec on client side? -
i have php code, uses web service query data. however, web service limits queries per second based on server (i m not sure exact mechanism, seems ip address)
i m using ajax query data php file on server, there way can let client search data faking requesting data rather servers?
the issue getting rateexceeded error message server, 2 clients requesting same page, rather obvious since webservice seeing 1 server, server.
so, can somehow, make happen when these clients query data, service rather thinking request being originated via these clients, rather server.
you can't fake it, if query webservice directly via ajax, should seeing clients' ip addresses. note if you're doing kind of processing on data ws returns, you'd have perform in javascript, on client side.
if request server ws contains confidential data (e.g. kind of access key) clients must not see, approach useless.
- Get link
- X
- Other Apps
Comments
Post a Comment