# Http Request from Authenticated webpage

**URL:** https://discourse.nodered.org/t/http-request-from-authenticated-webpage/74680
**Category:** General
**Created:** [3 February 2023 21:55 UTC](https://discourse.nodered.org/t/http-request-from-authenticated-webpage/74680 "2023-02-03T21:55:08Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![bakman2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bakman2/32/6207_2.png) [@bakman2](https://discourse.nodered.org/u/bakman2)
#### Post date: [8 February 2023 06:49 UTC](https://discourse.nodered.org/t/http-request-from-authenticated-webpage/74680/3 "2023-02-08T06:49:01Z")

</div>

> [@jgreenmt](#):
>
> I have tried using an HTTP request node with the "use authentication" box checked and have verified I'm using the correct username and password.

The problem with help on this particular topic is that it requires authentication using credentials that only you own. The "authentication" settings in the the http request node are only valid if the website is using basic authentication. We don't know this.

There are many ways to implement security on websites and it all depends how they have set it up. Do they use basic auth, tokens, session cookies etc. The only way to figure this out is using the web inspector on the website you are trying to log in and follow the pages from login to the destination page and investigate what is passed between the pages.

---

_[View the full topic](https://discourse.nodered.org/t/http-request-from-authenticated-webpage/74680)._
