http

  • submit to reddit

Endpoints for HTTP Testing

While working on a book ("PHP Web Services" from O'Reilly, not out yet but soon!) recently, I was looking for some place I could make HTTP requests to, to show...

0 replies - 2180 views - 02/12/13 by Lorna Mitchell in Articles

How to Do Username Token, X509 Certificates, HTTP Keystores, and STS Configuration

One of the features that I am very proud of in the HTTP Analyzer in JDeveloper is the ability to test a SOAP service with the minimum of fuss. Rather than...

0 replies - 2876 views - 01/24/13 by Gerard Davison in Articles

What is SPDY? Deployment Recommendations

Originally written by Sehoon Park In the middle of this year a news report announced that Facebook is planning to support Google's SPDY...

0 replies - 5617 views - 11/28/12 by Esen Sagynov in Articles

Why having an API matters: testing

You know when they tell you exposing an HTTP API for your application (usually a REST-like one) is positive for reuse and accessing it in unforeseen ways?...

0 replies - 5192 views - 11/19/12 by Giorgio Sironi in Articles

Sending Data to the Server with HTTP? Size Matters

A few times a month I run into someone having issues with this and just a few minutes ago I helped someone out so I thought I'd write something up quickly...

0 replies - 2255 views - 11/07/12 by Raymond Camden in Articles

8 Links to Performance Tips from the Conference Circuit

In this week’s news, we go on the conference circuit to find great web performance tips from Velocity EU, WebPerfDays Europe, JavaOne and more.* Patrick...

0 replies - 3120 views - 10/29/12 by Leigh Shevchik in Articles

The problem of user identity

HTTP is a stateless protocol - each request to a server cannot be distinguished from the previous ones, at least in theory. Various legitimate (and not) means...

0 replies - 2098 views - 10/08/12 by Giorgio Sironi in Articles

Passwords Are Terrible

I’ve been going through a rash of password resets and changes the last few days, and as such things always do, it set me thinking. If I’m lucky, most...

0 replies - 3451 views - 09/11/12 by Ola Bini in Articles

40+ Resources for the Node.js Developer

I am preparing to give a Brown Bag session on Node.js. Here are some notes: Main WebSite http://www.nodejs.org/ Node.JS on...

0 replies - 28506 views - 08/15/12 by Tim Spann in Articles

IIS Express: HTTP and HTTPS

Introduction Continuing on the previous article, this post discusses the creation of a simple web application hosted by IIS Express using a...

0 replies - 3178 views - 08/06/12 by Christophe Geers in Articles

Handling HTTP 404 Error in ASP.NET Web API

Introduction: Building modern HTTP/RESTful/RPC services has become very easy with the new ASP.NET Web API framework. Using ASP.NET Web API framework,...

0 replies - 4082 views - 06/22/12 by Imran Baloch in Articles

Cool Cloud Articles: Node.js, Azure, IaaS/PaaS Comparison, and More

Larry and I have been remiss in sharing our reading, so this list attempts to make up for that… Here’s to the first release from MS Open Tech: Redis...

0 replies - 3084 views - 05/15/12 by Brian Swan in Articles

Why everyone is talking about APIs

This article tries to answer a question that can easily be asked nowadays: why everyone is obsessed with APIs and how to create them?Client and serverTen years...

0 replies - 5860 views - 04/23/12 by Giorgio Sironi in Articles

Defining a RESTful Framework

Web application frameworks have varying support for the concepts behind Representational State Transfer (REST). Most web application frameworks, if not...

1 replies - 8148 views - 03/02/12 by Bradley Holt in Articles

Working Group Takes Aim at HTTP/2.0

Mark Nottingham, author of the Atom Syndication Format and former chair of both IETF and W3C Working Groups, has now set his sights on creating the next HTTP...

0 replies - 2515 views - 01/25/12 by Chris Smith in Articles