Customer Portal

http component issue

Comments 2

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi pOctavian,

    I would try 2 things:

    1] set "Authentication method" of HttpConnector to "Basic" (because what you do is Basic HTTP authentication, just password+username are passed by uri not in HTTP headers)

    2] if that won't help move your login and password from uri to properties of HttpConnector (keep "Authentication method" = "Basic" )

    then it should work

    some useful reading:
    * http://en.wikipedia.org/wiki/Basic_acce ... entication
    * http://www.faqs.org/rfcs/rfc1738.html#b (3.1. Common Internet Scheme Syntax)
  • Avatar
    poctavian
    0
    Comment actions Permalink
    Hi Kubosj,

    It's now working. Number 2 did the trick. Appreciate your help.

    Thanks

Please sign in to leave a comment.