Re: [OSM-dev] OAuth difficulties from node.js client

2020-07-16 Thread Nick Whitelegg
one or two other packages and see if they work. Thanks, Nick From: Mateusz Konieczny via dev Sent: 16 July 2020 17:00 Cc: dev@openstreetmap.org Subject: Re: [OSM-dev] OAuth difficulties from node.js client Osm website had sone downtime, maybe your code is ok

Re: [OSM-dev] OAuth difficulties from node.js client

2020-07-16 Thread Tom Hughes via dev
On 16/07/2020 16:04, Nick Whitelegg wrote: Fiurthermore, if I use curl to send the same data to the endpoint, I also get a 500: curl --data

Re: [OSM-dev] OAuth difficulties from node.js client

2020-07-16 Thread Mateusz Konieczny via dev
Osm website had sone downtime, maybe your code is ok? 16 Jul 2020, 17:04 by nick.whitel...@solent.ac.uk: > Hello everyone, > > Realise this might be a difficult one, but posting it here in case anyone's > encountered similar problems or if anyone can obviously see what's wrong with > the

[OSM-dev] OAuth difficulties from node.js client

2020-07-16 Thread Nick Whitelegg
Hello everyone, Realise this might be a difficult one, but posting it here in case anyone's encountered similar problems or if anyone can obviously see what's wrong with the request (see below). I'm trying to connect to the OSM OAuth API request_token endpoint from a node.js based client. If