Developer forum

Forum » Rapido » The HTTP request is unauthorized...

The HTTP request is unauthorized...

Mikkel Toustrup Olsen
Reply

Hello,

I am currently implementing a new website based on the dynamicweb wrap solutionset.

When I've added products to the cart and proceed to checkout the checkout page throws the following error:

The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'

I tried adding Windows Forms authentication to the website, however this does not solve the issue. Any ideas?

FYI: There is no integration to either AX, Nav etc on the website.

BR Mikkel


Replies

 
Nicolai Høeg Pedersen
Reply

Hm, never seen or heard about that. Did you set-up a checkout handler that could return this that lacks the credentials?

I would like to see a dump and a URL to the site.

NP

 
Mikkel Toustrup Olsen
Reply

Hi Nicolai,

Nope, nothing out of the ordinary - I can see however there are multiple services being called in the webconfig. See attached image. Some of them does not ring a bell to me at all - I have no idea if they are shippped with this particular dw version: 8.8.1.6

Site is here: http://staging.solina.ditnyewebsite.dk/

You can try adding a product to the cart and proceed to the checkout flow:

User: some@some.dk

PW: test

BR Mikkel

 

ss.PNG
 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

As I wrote, you have a checkout handler set up that gives you this error. Probably because the web server cannot connect to other external hosts on port 80/443.

See dumps.

Capture.PNG Capture1.PNG
Votes for this answer: 1
 
Mikkel Toustrup Olsen
Reply

Hi Nicolai, 

You're right - I disabled the provider which caused the "error" and it works again.

Thanks

BR Mikkel

 

You must be logged in to post in the forum