Category Archives: Web Technology

HTTP Status Codes 401 Unauthorized and 403 Forbidden for Authentication and Authorization (and OAuth)

When a client requests a resource from an HTTP server and it’s not allowed to access that resource, the client needs to know enough about why in order to present the right message or options to the user. Basically, we … Continue reading

Posted in Networking, Software Development, Web Technology | Leave a comment

View Your Google Apps Calendar in Outlook 2007/2010

Microsoft Outlook (2007 and 2010) and Google calendar both support the iCalendar format, which means you can view your Google calendars in Outlook. This is great if you, for example, want to be able to see your Google Apps personal … Continue reading

Posted in Personal Technology, Web Technology | 19 Comments

s3nukem – Delete large Amazon S3 buckets

s3nukem is a slightly improved version of s3nuke, a Ruby script by Steve Eley that relatively quickly deletes an Amazon Web Services (AWS) Simple Storage Service (S3) bucket with many objects (millions) by using multiple threads to retrieve and delete … Continue reading

Posted in Web Technology | 6 Comments

WREST (Website REST)

WREST [rest] = Website + REST -noun A RESTful API service that is made available to its own website. The distinguishing behavior from a regular RESTful API is that calls coming from the client are identified the same way as … Continue reading

Posted in portmanteau, Web Technology | Leave a comment