Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide option to customize http headers #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

luksak
Copy link

@luksak luksak commented Aug 1, 2024

Since some Novatim instances require you to provide a custom referer and user agent, we should provide the option to customize http headers. This PR enables top set them like this:

const Nominatim = require('nominatim-geocoder')

const geocoder = new Nominatim({
  delay: 1000,
  headers: {
    Referer: 'https://www.example.org/',
    'User-Agent': 'My geocoder script',
  },
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant