developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 12 years ago
Closed 12 years ago
#714 closed bug (fixed)
netHttp class does not send right header for Basic authentication
Reported by: | bibo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | jelix 1.1 |
Component: | jelix:utils | Version: | trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
it should be s/BASIC/Basic in header construct...
Attachments (1)
Change History (3)
Changed 12 years ago by bibo
comment:1 Changed 12 years ago by laurentj
- Component changed from jelix to jelix:utils
- Milestone set to jelix 1.1
For patch on external libraries, it's better to see, first, if a new version fix the discovered bug, and if not, to propose the patch directly to the mainteners of this libraries.
It seems that this class has newer version where this problem doesn't exists anymore...
https://clearbricks.org/svn/trunk/net.http/class.net.http.php
So we should update classes of clearbricks.
comment:2 Changed 12 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Clearbricks updated on the trunk. svn 1146.
Note: See
TracTickets for help on using
tickets.
Basic Authentication made good