Hi,
I am trying to forward the same data to another platform. The Traccar server works well I can see the object on the map, but failed to forward. The logs as below show HTTP Error 403. I don't have any restrictions when I am receiving on the same php file similar data from other sources.
<entry key='forward.enable'>true</entry>
<entry key='forward.json'>false</entry>
<entry key='forward.url'>https://mydomain.com/track/server/http1/traccar.php?id={uniqueId}&timestamp={fixTime}&lat={latitude}&lon={longitude}&speed={speed}&accuracy={accuracy}</entry>
2023-10-27 23:38:48 INFO: [T222fb261] id: 869951034548812, time: 2023-10-27 23:38:28, lat: 48.82916, lon: 2.54455, course: 0.0, accuracy: 100.0
2023-10-27 23:38:48 INFO: [T222fb261: osmand > 92.40.179.152] 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a
2023-10-27 23:38:48 WARN: Position forwarding failed: 1 pending - HTTP code 403 - RuntimeException (PositionForwarderUrl:74 < *:67 < ...)
2023-10-27 23:38:48 WARN: Position forwarding failed: 0 pending - HTTP code 403 - RuntimeException (PositionForwarderUrl:74 < *:67 < ...)
2023-10-27 23:38:48 INFO: [T222fb261: osmand < 92.40.179.152] 504f5354202f3f69643d3836393935313033343534383831322674696d657374616d703d31363938343439393233266c61743d34382e38323931363435266c6f6e3d322e3534343535332673706565643d302e302662656172696e673d302e3026616c7469747564653d3134332e33393939393338393634383433382661636375726163793d31362e30313838303037333534373336333326626174743d36332e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031333b20534d2d4739383142204275696c642f545031412e3232303632342e303134290d0a486f73743a203137392e36302e3137372e323a393035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a
2023-10-27 23:38:48 INFO: [T222fb261] id: 869951034548812, time: 2023-10-27 23:38:43, lat: 48.82916, lon: 2.54455, course: 0.0, accuracy: 16.0
2023-10-27 23:38:48 INFO: [T222fb261: osmand > 92.40.179.152] 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a
2023-10-27 23:38:48 WARN: Position forwarding failed: 0 pending - HTTP code 403 - RuntimeException (PositionForwarderUrl:74 < *:67 < ...)
Hi,
I am trying to forward the same data to another platform. The Traccar server works well I can see the object on the map, but failed to forward. The logs as below show HTTP Error 403. I don't have any restrictions when I am receiving on the same php file similar data from other sources.
<entry key='forward.enable'>true</entry> <entry key='forward.json'>false</entry> <entry key='forward.url'>https://mydomain.com/track/server/http1/traccar.php?id={uniqueId}&timestamp={fixTime}&lat={latitude}&lon={longitude}&speed={speed}&accuracy={accuracy}</entry>