Ok i understand.
I thought that the Publisher send one requet per point but it send a lot a point on one request. We have change the php script to catch all values and now it's ok. Thanks !
Latest posts made by SimnetSA
-
RE: HTTP Publisher / snapshotSendPeriod not saved
-
RE: HTTP Publisher / snapshotSendPeriod not saved
Hello
I have a little issue more with the HTTP Publisher.
We have log the GET request on a web test server, and we have this scenario :- First value that Mango send : All OK.
- Second and next values that Mango send : The GET parameter is concatenated to the previous value...
Example :
Parameter for http publisher is : test
URL for the http publisher : http://10.1.1.1/test.phpFirst send -> http://10.1.1.1/test.php?test=10
Second and next sends : http://10.1.1.1/test.php?test=10&test=10&test=10 .....The web server is catching the first value of the GET string and we never have an update for this points.
Thanks
-
RE: HTTP Publisher / snapshotSendPeriod not saved
Hello
Now we can save the settings.
But we have a little issue. The snapshot interval settings seems to have no impact on my system.
Here the current settings. Is something wrong ?
-
RE: HTTP Publisher / snapshotSendPeriod not saved
Yes. Upgrade in progress. Thanks a lot
-
RE: HTTP Publisher / snapshotSendPeriod not saved
@phildunlap Hello
Thanks for the quick answer.
Normally i can see the 2.84 release when i go on the Modules pages and click on "Check Upgrades" ? I'm in 2.8.2 but i have the message that all modules are up to date.Regards
-
HTTP Publisher / snapshotSendPeriod not saved
Hello,
We have a little issue with the HTTP Publisher. We need to send some datas to an API but the snapshot settings are not saved correctly. We enable "Send regular snapshot" setting, save the publisher but when we come back on the page, the checkbox is disabled.
Thanks for your support.
Regards
-
REST API access custom software
Hi all,
We are developping an application for a client to fetch some datas on a custom dashboard. We use the REST API to get the data values but we are facing an error:
<html><\n><head><\n><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><\n><title>Error 406 Not Acceptable</title><\n></head><\n><body><h2>HTTP ERROR 406</h2><\n><p>Problem accessing /rest/v1/login/admin. Reason:<\n><pre> Not Acceptable</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/><\n><\n></body><\n></html><\n>
we tested to change the headers / application/json , ...
We tried with the swagger and all OK / if we're not logged in we receive a 401 error..
Is the header the problem or do we need to add the distant ip addresses? In which file?
Thanks in advance for your answer
Best regards