Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
requests
- Page 1
Shopify App Visibility Issues After Model Shift – What Am I Missing?
Programming
Web Development
2 Days Ago
by Sagar_panchal
… customer chat – mainly focused on helping merchants better manage quote
requests
. However, even after offering a free trial and running Shopify…
Re: Flood control using Redis
Programming
Web Development
2 Weeks Ago
by Dani
Status update: we now use Cloudflare’s free rate limiting functionality. Back when I wrote this, Cloudflare charged for rate limiting. Note we have a Business account.
Re: Attn Publishers: Do you block AI bots?
Digital Media
1 Month Ago
by jkon
… bots, but we do have a strict policy against flooding
requests
, especially when we see that the ISP behind the request… with 100% certainty. However, I have also seen the opposite:
requests
from IPs that "smell" like AI bots can…
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Dani
… index to a table that is concurrently being hit with
requests
. Removing an index that is being used, even if it…
Re: Ensuring data consistency and integrity
Hardware and Software
Cloud-based Apps
1 Month Ago
by Dani
We make heavy use of PHP's [Memcached::getDelayedByKey](https://www.php.net/manual/en/memcached.getdelayedbykey.php) which
requests
multiple items all from a specific server (hashed on the server key, which is the Topic ID #). That ensures that when you pull up a topic, we can retrieve all items for that topic in one request, all from one server.
Re: I’m trying to set up remote access using DDNS (No-IP) on my home net
Hardware and Software
Networking
1 Month Ago
by trcooke
…'t have to be the same, so you could configure
requests
for port 8090 to forward to 192.168.0.25…
Re: Attn Publishers: Do you block AI bots?
Digital Media
1 Month Ago
by Dani
… analyzes AI crawlers. For example, I can see how many
requests
were made by Amazon Alexa's bot, ChatGPT's bot…
Re: App development - Lobby functionality optimisation
Programming
Mobile Development
1 Month Ago
by jonathannweyer
Since you’ve already tried caching and reducing network calls, you might want to look into pagination or lazy loading to avoid loading all rooms at once. WebSockets can also help by pushing updates instead of polling. Make sure your backend queries are indexed efficiently, especially for filters like player count. If the lag happens mostly during …
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
1 Month Ago
by TurisVPN
A VPN helps hide your IP and encrypt your internet, so others (like your ISP) can’t see what you do online. But it doesn’t make you totally anonymous. The VPN company can still see your traffic (if they keep logs). Websites can track you with cookies, and if you log in with your real info, they know who you are. So, a VPN is good for privacy …
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
1 Month Ago
by Liam91
A VPN is a tool that keeps your internet connection safe and private. It stops others from seeing what you do online. But a VPN doesn’t make you completely anonymous. To pick a good VPN, check: -How you pay (Bitcoin is more private than a credit card) -If they keep records of your activity (best if they don’t) -If they share IP addresses …
Requests module, cookies problem
Programming
Software Development
12 Years Ago
by d8m9
… code: # -*- coding: utf-8 -*- import urllib, urllib2 import cookielib import
requests
adress= 'http://....' param= { 'name' : '....', 'email' : '....', 'phone' : '....', 'message' : …xml;q=0.9,*/*;q=0.8' } c=
requests
.session() requestp = c.get(adress) SSID=requestp…
Simpler approach for handling customer data change requests for global ref tables?
Programming
Databases
15 Years Ago
by stickdog
…to give the customer users making these data change
requests
a convenient way to enter their proposed record … primary key in question for modification & deletion
requests
or the specific reference table and associated customer user …entered field values in question for record creation
requests
. Does anybody have any ideas of how to …
http requests
Programming
Software Development
16 Years Ago
by ub007
…Is there any way that I can send the http
requests
from the other IPs on the virtual interfaces? [code…apache default configuration doesnt allow a large number of simultaneous
requests
from single host,the code fails to load the …)Hence was wondering whether I could possibly send 'get'
requests
randomly from the virtual IPs? I could then have a…
Python BaseHTTPServer Requests
Programming
Software Development
16 Years Ago
by sma.arch
…. What happens in my case is that these two GET
requests
are seen as one by the server. Instead of seeing… not sure why python does not see two
requests
. I am guessing maybe the
requests
get passed into a buffer, and if… the
requests
come too close together, then the buffer gets appended with …
Python ImportError: No module named requests
Programming
Software Development
9 Years Ago
by eman neercs
…cron but get the error "No module named
requests
" Traceback (most recent call last): File &…2, in <module> import
requests
ImportError: No module named
requests
The script will run from the console … environment settings are different between the two methods.
Requests
is installed in the ./lib/python2.7/site-…
Splitting HTTP Requests Between 2 Servers
Hardware and Software
Linux and Unix
16 Years Ago
by samarudge
… website off one server (192.168.0.4) and all
requests
for port 80 (HTTP) are sent to this server. However… I want 4 out of 10
requests
to be proxied to my second server (192.168.0…'t know how I could use this to split the
requests
between 2 servers. I run Fedora 10 and am happy…
Many many requests to one php file
Programming
Web Development
14 Years Ago
by Acute
… or print. So, what if a lot of such ajax
requests
come simultaneously? what server does in this case? does it… process all of the
requests
([U]every[/U] request)? and [B]does it make copies… does it work with single php file by queueing the
requests
[/B]?
Any way to block unsolicited contact requests in Skype?
Hardware and Software
Microsoft Windows
9 Years Ago
by Reverend Jim
… setting that would allow me to block all unsolicited contact
requests
. Shortly after Microsoft acquired Skype this feature was removed. …I used to get 2-3
requests
per week and it was easy enough to delete-and…at these reports. However, I am now getting 5-10
requests
per day from users with obviously bot-generated accounts. I…
Re: Python ImportError: No module named requests
Programming
Software Development
9 Years Ago
by Gribouillis
… raise RuntimeError(get_python_lib()) If this prints the `site_packages` directory where
requests
lives, you could try import sys from distutils.sysconfig import…
Re: Python ImportError: No module named requests
Programming
Software Development
9 Years Ago
by eman neercs
… choices. The first is to find a way to install
requests
into the 2.6 version or the other to redirect…
Re: Python ImportError: No module named requests
Programming
Software Development
9 Years Ago
by eman neercs
Sorted! Thanks #To find out where the libs are installed python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()" and then sys.path.append("/kunden/homepages/xx/dxxxxx/htdocs/custom/lib/python2.7/site-packages") import
requests
find the number of incoming requests to a apache server
Hardware and Software
Linux and Unix
18 Years Ago
by laddu
How to find the number of incoming
requests
to a apache server and also the maximum number of
requests
that it can serve? Is it possible to extract this info to use it in a program??
Re: find the number of incoming requests to a apache server
Hardware and Software
Linux and Unix
18 Years Ago
by blud
The number of currently incomming
requests
can be found using netstat: netstat -anp | grep :80 Just … with the port 80. To find the maximum number of
requests
apache can handle just look in the httpd.conf file…
IIS Server behavious while handing multiple requests simultaneously
Programming
Web Development
16 Years Ago
by somesh_nag
… server simultaneously? Will it handle the
requests
separately, or is there a risk that the
requests
/responses could get mixed up? Please…
JavaME bluetooth:javax.bluetooth.BluetoothStateException: too mach concurent requests
Programming
Software Development
15 Years Ago
by Clawsy
…) I get this exception: javax.bluetooth.BluetoothStateException: too mach concurent
requests
at com.sun.kvem.jsr082.bluetooth.ServiceSearcher.start(ServiceSearcher.java…) at com.sun.kvem.jsr082.impl.bluetooth.BTDeviceDiscoverer.run(+268)
requests
. I get it at device inquiry... this means when the…
how requests are prioratised
Programming
Computer Science
15 Years Ago
by koduruabhinav40
sir/madam i want to know how internet traffic problem will be solved i.e(at some time if 10
requests
came to the website out of them which request will be served first) on what priority
requests
are served how will they be served.
how requests are prioratised
Programming
Web Development
15 Years Ago
by koduruabhinav40
sir/madam i want to know how internet traffic problem will be solved i.e(at some time if 10
requests
came to the website out of them which request will be served first) on what priority
requests
are served how will they be served. how coding will be done could u pls give me the idea
Abandoning pending ajax requests in IE
Programming
Web Development
15 Years Ago
by danielh
…) available per-domain connections for a few minutes. If more
requests
get stuck and all available connections are exhausted then the… I have found is to keep track of all outstanding
requests
and abort() them "onunload". Has anyone else banged…
AJAX based XML Web Service Requests
Programming
Web Development
14 Years Ago
by v_sriram
… response XML. While it works perfectly when I submit these
requests
directly from the XXXX, YYYY, ZZZZ servers on the intranet… wsdl file. Not sure why its not letting me submit
requests
through AJAX. Apologies if my language is very amateurish as…
Re: PHP singletone pattern in php files where AJAX's requests are sent
Programming
Web Development
13 Years Ago
by blocblue
… are stateless. The only way to persist data/variables between
requests
is to persist them in a file (database, session, cookie…, it will return the same object. Over two separate AJAX
requests
, you will get two separate database instances, because as soon…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC