#1462 closed enhancement (fixed)
user and password in BrowserIO.js
Reported by: | Owned by: | dylan | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | IO | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
please support user and password parameters in XMLHttpRequest.open . For example, in BrowserIO.js, around line 517:
if (!kwArgs.usr)
http.open("POST", url, async);
else
http.open("POST", url, async, kwArgs.usr, kwArgs.passwd);
thanks
Attachments (1)
Change History (10)
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from alex to dylan |
comment:2 Changed 14 years ago by
Owner: | changed from dylan to James Burke |
---|
comment:3 Changed 14 years ago by
Owner: | changed from James Burke to dylan |
---|---|
Status: | new → assigned |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
Note to original bug reporter, I changed the names from usr/passwd to user/password as of r5928.
comment:7 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
my example was only for POST but I meant to support user and password parameters for every http method. Do you think it's reasonable too? I'm attaching a patch for this.
Changed 14 years ago by
Attachment: | BrowserIO.js.user_password.patch added |
---|
Patch to support user and password parameters in every http methods other than POST
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
seems reasonable and straightforward... will sneak it onto the 0.4 list