gpslogger icon indicating copy to clipboard operation
gpslogger copied to clipboard

Custom URL is not passing all parameters

Open mrantala opened this issue 4 years ago • 2 comments

I am trying to use a custom URL to pass several parameters, here is the setting I have:

https://www.xxx.com/addpoint.php?lat=%LAT&long=%LON&time=%TIME&alt=%ALT&acc=%ACC&dir=DIR&spd=%SPD&sat=%SAT&batt=%BATT&desc=%DESC&prov=%PROV&date=%DATE&stamp=%TIMESTAMP&ss=%STARTTIMESTAMP&dist=%DIST&act=%ACT&mjr=true&ser=%SER&aid=%AID

And this is what my server is receiving (this also matches what I see in Log View): {"lat":"44.99227741","longitude":"-93.62168386","time":"2019-12-10T13:57:47.000Z","s":"17.1"}

I know I've received more of the fields in the past but not sure why I'm only receiving a truncated set of parameters.

mrantala avatar Jan 19 '20 21:01 mrantala

Ah, think I just realized what's going on--for some reason, it's sending old data (notethe 2019-12-10 date), which I probably had different (fewer) variables included in the URL.

mrantala avatar Jan 19 '20 23:01 mrantala

Not sure why it would send old data - unless you have changed custom URL in which case you need to stop and restart logging for the change to take effect.

mendhak avatar Feb 08 '20 12:02 mendhak