Use a J 6.x site to fetch an extension update.
User agent is sent like in Joomla 5.x:
x.x.x.x - - [15/Oct/2025:14:53:20 +0000] "GET /path/to/file.zip HTTP/2.0" 200 65119 "-" "Mozilla/5.0 Joomla!/5.3.3 Joomla"
User agent is missing:
x.x.x.x - - [15/Oct/2025:14:56:29 +0000] "GET/path/to/file.zip HTTP/2.0" 403 28 "-" "-"
The missing agent causes WAFs to block traffic.
Labels |
Added:
No Code Attached Yet
|
Use a J 6.x site to fetch an extension update.
Do I understand right that this means it does not happen on J 5.4?
Labels |
Added:
bug
|
Yes
@Hackwar maybe related to the refactoring to the framework package?