-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZDB Linked Data Service: Suspicious Multiple Requests #25
Comments
Seems to be a duplicate of #18. In libconnect/Classes/Domain/Repository/EzbRepository.php Lines 709 to 722 in 3691c69
there's a call to getPrecursor and getSuccessor :libconnect/Classes/Lib/Zdb.php Lines 344 to 349 in 93aea90
libconnect/Classes/Lib/Zdb.php Lines 437 to 441 in 93aea90
This both methods did a HTTP-request to the Backend ld.zdb-services.de in any case; that's the reason for a double call.
To avoid this, the result of a call to a identical backend URL might be cached and reused. |
Hi!
We (German National Library) were alerted by our system that we recieve unusual many (multiple) requests from different ip adresses who are all using the agent "TYPO3". After some mail contact with different institutions we suspect the modul libconnect to be the troublemaker.
The requests looks like this:
"GET /data/1468190-0.rdf HTTP/1.1" 200 5758 "
"GET /data/1468190-0.rdf HTTP/1.1" 200 5758 "
"GET /data/2220742-9.rdf HTTP/1.1" 200 5198 "
"GET /data/2220742-9.rdf HTTP/1.1" 200 5198 "
and so on...
We can not say since when this started.
Do you have an idea what could be the issue? Could it be an issue inside libconnect?
Thanks
Tracy (DNB)
The text was updated successfully, but these errors were encountered: