« Previous Next »

Answered Thread: WCAT - URL issue

Last post 04-23-2009 3:55 AM by Radnus. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 04-09-2009, 5:44 AM

    • Radnus
    • Not Ranked
    • Joined on 04-01-2009, 10:45 AM
    • Posts 11

    WCAT - URL issue

    Hi,

    I specified the following URL in scenarios file.

    url = http://<ip address for my webserver>:port#/default2.aspx

    When I run WCAT, i got the responses as 404 not found error.  If i specify only the root URL  (url = http://<ip address for my webserver>:port#/) i am able to get 200 ok result.

    FYI... i am able to access the URL via IE and FF browsers.

    Also the following URL is asp.net authenticated form. 

    url = http://<ip address for my webserver>:port#/default2.aspx

    Can i use the same the same (Basic/NTLM) code for this purpose?  I presume (Basic/NTLM) code is for resolving windows authentication.  Please clarify

    Can any one help me to get out of this trouble?

    Thanks!

    Regards,

    Sundar

     

     

  • 04-13-2009, 4:02 PM In reply to

    • ksingla
    • Top 25 Contributor
    • Joined on 06-14-2006, 3:02 AM
    • Redmond, WA
    • Posts 863

    Answered Re: WCAT - URL issue

    Try clearing the cookies in IE and send a request to default2.aspx with fiddler (www.fiddlertool.com) running and how the requests were made by IE. Compare that with how are you sending requests in WCAT.

    Thanks,
    Kanwal

    Follow me on twitter at http://twitter.com/kjsingla
  • 04-21-2009, 3:13 PM In reply to

    • esac
    • Not Ranked
    • Joined on 04-21-2009, 7:11 PM
    • Posts 2

    Re: WCAT - URL issue

     Hi Sundar,

     

    WCAT does not support the port and server name as part of the URL. You need to specify these via the 'port' and 'server' options:

     url = "/default2.aspx";

    port = 80;

    server = "192.168.1.1";

     

    Hope this helps.

  • 04-23-2009, 3:55 AM In reply to

    • Radnus
    • Not Ranked
    • Joined on 04-01-2009, 10:45 AM
    • Posts 11

    Re: WCAT - URL issue

    Hi Esac,

    Thanks! for your reply.  Will check that out and let you know the status.

     Thanks! Again.

    Regards,

    Sundar

Page 1 of 1 (4 items)
Microsoft Communities