Skip to content

URL used in request should use '?' before first parameter and not '&' #121

@DennisOSRM

Description

@DennisOSRM

The URL syntax is:

http://server:5000/viaroute&start=52.501477212889,13.402305318941&dest=52.507994749658,13.412168925167&z=15&output=json&jsonp=showResultsRoute&geomformat=cmp&instructions=true

but instead the more standardized syntax should be used, where the first parameter follows after a question mark. Ampersand should be only used afterwards.

http://server:5000/viaroute?start=52.501477212889,13.402305318941&dest=52.507994749658,13.412168925167&z=15&output=json&jsonp=showResultsRoute&geomformat=cmp&instructions=true

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions