Http request returns html code

srini
srini New Altair Community Member
edited November 5 in Community Q&A
When I try to post data to web service, I am getting the html code (login html code). Though I have authenticated and posted data, I am still getting the error.

Please assist

Tagged:

Answers

  • Nils_Woehler
    Nils_Woehler New Altair Community Member
    Hi,

    exchange the /RA by /RAWS. /RA is only meant to be used by real people thus it is showing the login page whereas /RAWS allows you to log in with HTTP-Basic authentication.

    Best,
    Nils