Menu

Http param problem

Help
Anonymous
2012-01-13
2012-09-04
  • Anonymous

    Anonymous - 2012-01-13

    Hello

    I have a problem with WH 2.0

    The following piece of code doesn't transmit the correct value.

    <http method="get" url='www.myweb.com/index.html'>
       <http-param name="q">#all+OPT+corporate/tree:"Top/FLAG TECH/O"{s=3000}</http-param>
    </http>
    

    When I look at TCP nivel, the URI generated is:

    [url]http://www.myweb.com/index.html?q=org.webharvest.runtime.web.HttpParamInfo%4013772b6&[/url]
    

    As you can see org.webharvest.runtime.web.HttpParamInfo... is added in the
    query string, which obviously disturb the process.

    if I use the following code it doesn't work neither

    <http-param name="q">%23all%20OPT%20corporate/tree%3A%22Top/FLAG%20TECH/O%22%7Bs%3D3000%7D</http-param>
    

    Do you have any solution ?

    Thank's

     

Log in to post a comment.