Odata resource asking for login and password (Insecure)

Hi

We’ve servers running behind some IPs, but this resource was pointed as insecure.

Example:
Opening in Chrome: 127.0.0.1/odata

it asks for login and password.

Is there a way to unable /odata resource?

Follow:

thx

Hi,

You can remove ODataSchemaDispatcher.
see more at How to enable OData access in Data Abstract

By other hand, you can setup SSL/TLS so it will be secure resource.
see more at SSL/TLS (.NET)