Skip to content

cors-anywhere proxy set-up #45

@bennokayser1337

Description

@bennokayser1337

Hi there,

first of all, thank you very much for the package!

I have a problem setting up the proxy with cors-anywhere....
How should the proxy url with cors-anywhere be formated? At the moment the request is sent like this ->
https://powerful-gorge-XXXX.herokuapp.com/https://maps.googleapis.com/maps/...

and in flutter:
void initState() {
googlePlace = g.GooglePlace('XXX',
proxyUrl: 'https://powerful-gorge-XXX.herokuapp.com');
super.initState();
}

Thank you very much,
Benno

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions