User tests: Successful: Unsuccessful:
Pull Request for Issue #15381
Add useragent for update calls
Update works with the useragent checks
Update works but have no useragent
None
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Milestone |
Added: |
Milestone |
Added: |
Milestone |
Removed: |
I have tested this item
Before the patch there is no user agent in the request:
"GET /rep/extension.xml HTTP/1.1" 200 720 "-" "-"
After the request the user agent is present:
"GET /rep/extension.xml HTTP/1.1" 200 720 "-" "Mozilla/5.0 Joomla!/3.7.4-dev Joomla"
Works great :)
Status | Pending | ⇒ | Ready to Commit |
RTC as stated above.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-11 14:13:34 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
As from original #15381 I've tested by the following tests:
Result for the installation with changes receives the ok from the server (Code 200) with a defined User Agent (Mozilla/5.0 Joomla!/3.6.5 Joomla) . From Apache logs:
The Joomla install without modification receives an error 403 and no user agent at all. Again Apache log:
Good Work!