This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145725 - [saas][twitter][delicious] implement header signing
Summary: [saas][twitter][delicious] implement header signing
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-31 18:54 UTC by Lukas Jungmann
Modified: 2008-08-31 18:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-08-31 18:54:20 UTC
for S3 services we use "Header Signing" auth. mechanism which means that at the end our generated authenticator is
setting "Authorization" header for the request. I think it would be an improvement if would do the same for Twitter &
Delicious services - the only difference is that S3 requires more complicated encoding than Tw&Del - for these two it is
enough to use Base64 (so the header will be ie. "Authorization: Basic <Base64.encode(username:password)>"