I'm not entirely sure I know what you mean by "clickaction", but the URLPlus script I wrote handles the HTTP POST action.  The definition would look like this:<br><br><span style="font-family: arial,sans-serif;">b<font size="2">ctlax04-test;post;;</font></span><font size="2"><span style="font-size: 11pt; color: rgb(31, 73, 125); font-family: arial,sans-serif;"><a href="http://bctlax04.unx.sas.com:8080/SASPortal/;username_field=" target="_blank">http://bctlax04.unx.sas.com:8080/SASPortal/</a>;</span></font><span style="font-size: 10pt;"><a href="http://bctlax04.unx.sas.com:8080/SASLogon/index.jsp?username_field=" target="_blank">username_field=</a><userid>&password_field=<password>&_sasapp=Information+Delivery+Portal+4.2;<search string><br>
<br>The difference with this compared to Hobbit is that I use 'curl' to pass all the data to the web page.  This also has the added benefit that you can essentially copy/paste the section of my script that has the curl command on the command line, and see exactly what is happening.<br>
<br>One thing to keep in mind is if the .jsp page does any sort of redirect, it won't work as you expect.  My URLPlus script will handle one page redirect if you add the "r" flag (e.g. "...post;r;..." from my example above).<br>
</span><br><div class="gmail_quote">On Thu, May 29, 2008 at 5:50 PM, Gary Ciampa <<a href="mailto:Gary.Ciampa@sas.com">Gary.Ciampa@sas.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Gary,</span></p>



<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Question related to this hobbit posting…were you are to
get a clickaction working with the hobbit http network test? </span></p>



<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">For example, I have a .jsp that is expecting a userid/password
and a post action. I can not seem to drive the post action with hobbit; It
appears I am getting to the main .jsp page. For example, here's my http
defintion:</span></p>



<p><span style="font-size: 10pt;"><a href="http://bctlax04.unx.sas.com:8080/SASLogon/index.jsp?username_field=" target="_blank">http://bctlax04.unx.sas.com:8080/SASLogon/index.jsp?username_field=</a><userid>&password_field=<password>&_sasapp=Information+Delivery+Portal+4.2&</span></p>




<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">And,  here the entry in the bb-hosts file: </span></p>



<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">post;<a href="http://bctlax04.unx.sas.com:8080/SASPortal/;username_field=" target="_blank">http://bctlax04.unx.sas.com:8080/SASPortal/;username_field=</a><userid>&password_field=<password>;SAS[[:space:]]Information;</span></p>




<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <br>Thanks</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> Gary Baluha
[mailto:<a href="mailto:gumby3203@gmail.com" target="_blank">gumby3203@gmail.com</a>] <br>
<b>Sent:</b> Thursday, January 03, 2008 9:56 AM<br>
<b>To:</b> <a href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br>
<b>Subject:</b> Re: [hobbit] http timeout and content checking</span></p>

</div><div><div></div><div class="Wj3C7c">

<p> </p>

<p>On Jan 3, 2008 6:11 AM, Henrik Stoerner <<a href="mailto:henrik@hswn.dk" target="_blank">henrik@hswn.dk</a>> wrote:</p>

<div>

<blockquote style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgb(204, 204, 204); border-width: medium medium medium 1pt; padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;">


<div>

<p style="margin-bottom: 12pt;">On Wed, Jan 02, 2008 at
02:23:42PM -0500, Gary Baluha wrote:<br>
> Actually, it looks like it's not so much an issue with the max length for<br>
> the URL, as it is for *any* line in bb-hosts.  I started writing an <br>
> extension script to do the content checking, and even that is getting the<br>
> URL truncated.  The problem appears that everything past 464
characters from<br>
> the "#" in the bb-hosts file for any host is discarded. </p>

</div>

<p>It shouldn't do that, and I cannot trigger this with a
simple test.<br>
Could you send me (off-list) the bb-hosts file you're using ?</p>

</blockquote>

</div>

<p><br>
Just an update for the list...<br>
<br>
With the debugging tool Henrik mentioned, the URL that is apparently getting
truncated everywhere else is NOT truncated with the tool.  I'm currently
writing a URL content check extension script to both get around the truncation
issue I'm having, as well as adding some content check features Hobbit doesn't
have out-of-the-box, so ultimately it's not a big deal for me.  However, I
will work with Henrik to see if we can figure out where this issue is coming
from. </p>

</div></div></div>

</div>


</blockquote></div><br>