Opened 17 years ago
Last modified 12 years ago
#885 enhancement assigned
Switch XMLRPC client to use twisted.web.client.Agent and expose its functionality
Reported by: | itamarst | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | web | Keywords: | |
Cc: | itamarst, winjer, oubiwann | Branch: | |
Author: |
Description
Change History (10)
comment:2 Changed 17 years ago by
This would allow specifying custom headers e.g. for HTTP Basic Auth. Changed title to reflect a better idea.
comment:3 Changed 16 years ago by
Cc: | oubiwann added |
---|---|
Component: | → conch |
comment:4 Changed 16 years ago by
Component: | conch → web |
---|
comment:5 Changed 15 years ago by
Component: | web → web2 |
---|---|
Owner: | changed from itamarst to oubiwann |
This is probably a web2 thing, at this point. Maybe Duncan will get around to working on it? :)
comment:6 Changed 15 years ago by
Status: | new → assigned |
---|
comment:8 Changed 12 years ago by
Component: | web2 → web |
---|---|
Summary: | Switch XMLRPC client to use twisted.web.client.getPage and expose its functionality → Switch XMLRPC client to use twisted.web.client.Agent and expose its functionality |
Switching to getPage
now would be silly. Switch to Agent
instead. This is going to be a web thing, not a web2 thing.
comment:9 Changed 12 years ago by
switching to Agent is definitely the way to go, buuuuut...
XMLRPC currently supports https, while Agent doesn't, so I think Agent would need to be updated to support https first. Looks like that's #4023.
comment:10 Changed 11 years ago by
Owner: | oubiwann deleted |
---|
Note: See
TracTickets for help on using
tickets.