Skip to content

Postman tutorial all (http) requests return error 301 Moved Permanently -> should be https #11

Description

@sandraros

I imported in Postman this Postman tutorial collection as explained here.

When I run the first request "01. Read the service root" which refers to "http://services.odata.org/V4/TripPinService/", I get the error "301 Moved Permanently".

If I fix "http://services.odata.org/V4/TripPinService/" by changing "http" into "https", it works fine, getting something like that:

{
    "@odata.context": "http://services.odata.org/V4/TripPinService/$metadata",
    "value": [
        {
            "name": "Photos",
            "kind": "EntitySet",
            "url": "Photos"
...

Tested on Postman for Windows - Version 7.36.5 - win32 10.0.19043 / x64

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions