Re: Accessing PgAdmin UI (v4.1.3) through web browser

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
Cc: matshyeq <matshyeq(at)gmail(dot)com>, "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Accessing PgAdmin UI (v4.1.3) through web browser
Date: 2017-03-28 12:29:12
Message-ID: CA+OCxowvsxg+rr3MqyZPwGK9Ee2=qTonaxjUcyz6BT=jyPVG0A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Right - it's not designed to run under the runtime, and then be access
via a browser. There's now a security key that is defined by the
runtime, that needs to be supplied by any clients that are connecting.
That is to prevent other users on multi-user systems from connecting
to the pgAdmin server and getting access to your saved connections
etc.

If you want to run in a browser, you really need to setup a Python
virtual environment and run the server directly. The README in the
source tree details how to do that.

On Tue, Mar 28, 2017 at 5:22 AM, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com> wrote:
> Hi Maciek,
>
> For the security reason, v4 1.3 do not access the same runtime port with
> browser.
>
> Thanks,
> Neel Patel
>
> On Tue, Mar 28, 2017 at 2:00 PM, matshyeq <matshyeq(at)gmail(dot)com> wrote:
>>
>> Hi,
>>
>> For v4.1.1 I was able to copy URL (ie. http://localhost:55235/browser/#)
>> and access interface through Chrome.
>> Now, with v4.1.3, when I'm trying same I get:
>>
>> The server could not verify that you are authorized to access the URL
>> requested. You either supplied the wrong credentials (e.g. a bad password),
>> or your browser doesn't understand how to supply the credentials required.
>>
>> Is there some switch in v4.1.3 (MacOS) to change so I can still use web
>> browser UI?
>>
>> Thank you,
>> Kind Regards
>> ~Maciek
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Boblitz John 2017-03-28 12:55:10 pgAdmin 4 Connection to the server has been lost.
Previous Message Neel Patel 2017-03-28 09:22:47 Re: Accessing PgAdmin UI (v4.1.3) through web browser