<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Guvnor REST api authentication</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Greetings,<BR>
<BR>
I'm attempting to integrate with Guvnor using its REST API. However, it seems that the only kind of authentication which is supported is spring-security backed form authentication instead of the simpler http basic auth that I was expecting to find. I've tried authenticating against it using multiple http clients but I universally receive an http 409 status code. The server logs aren't very helpful. Authenticating in a browser works just fine but I haven't been able to do so via jboss resteasy or apache httpclient. I suppose I could be setting up the request incorrectly but, looking at the chrome developer tools, I haven't been able to find a significant difference. Is there a configuration setting somewhere that I can use to enable basic auth on the guvnor web service api?<BR>
<BR>
Cheers!<BR>
-John<BR>
</FONT>
</P>

</BODY>
</HTML>