Région de recherche :

Date :

www.influxdata.com › time-series › databaseAnnonce

InfluxDB | InfluxDB Database

Get real-time insights from your data with InfluxDB. Analyze all types of time series data. Get started quickly with its native SQL support, RESTful API, and 12+ client libraries.

https://stackoverflow.com › questions › 29494195

how to make influxdb accept cross-origin requests?

I am trying to post data to InfluxDB using JavaScript in my go program, and I get No Access-Control-Allow-Origin response. This github issue (posted by someone using a reverse proxy) says that the problem can be gotten around by configuring a proxy mechanism, but I am not using one.

https://stackoverflow.com › questions › 67562098

influxdb - What does the Angular "strict-origin-when-cross-origin ...

The curl request is: curl --request POST https://... --header 'Authorization: Token ...' --header 'Accept: application/csv' --header 'Content-type: application/vnd.flux' --data '...'. It works and returns data from an InfluxDB instance.

https://community.influxdata.com › t › javascript-influxdb-client-react-web-app-cors-issue

JavaScript influxdb-client react web app CORS issue

In my particular case, my web app is accessible at `http://localhost:4200` while InfluxDB is hosted on another machine at `http://192.168.225.5:8086`. The query request fails because of CORS policy, since this is an actual cross-origin request. But should it? According to issue influxdata/influxdb#18391 and the consequent pull ...

https://devhubby.com › thread › how-to-make-influxdb-accept-cross-origin-requests

How to make InfluxDB accept cross-origin requests?

To allow cross-origin requests in InfluxDB, you will need to configure the CORS (Cross-Origin Resource Sharing) settings in the InfluxDB configuration file. Here are the steps to do this:

https://github.com › influxdata › influxdb › issues › 19715

CORS fail with query v2 compatibility API #19715 - GitHub

In my particular case, my web app is accessible at http://localhost:4200 while InfluxDB is hosted on another machine at http://192.168.225.5:8086. The query request fails because of CORS policy, since this is an actual cross-origin request. But should it?

https://community.influxdata.com › t › querying-data-with-javascript-influx-client-js-for...

Querying Data with Javascript (influx-client-js) for influx 1.8

1. Request URL: http://localhost:8086/api/v2/query?org= 2. Referrer Policy: strict-origin-when-cross-origin.

https://github.com › influxdata › influxdb-client-js › issues › 443

@influxdata/influxdb-client-browser Cross-Origin Request ... - GitHub

Star 326. @influxdata/influxdb-client-browser Cross-Origin Request Blocked error #443. Closed. RobRover opened this issue on May 9, 2022 · 5 comments. RobRover commented on May 9, 2022. Hello, without modifying my react component it suddenly stopped working. This is my code for the query.

https://docs.influxdata.com › influxdb › v2 › get-started › query

Query data | Get started with InfluxDB | InfluxDB OSS v2 Documentation

Flux query basics. When querying InfluxDB with Flux, there are three primary functions you use: from (): Queries data from an InfluxDB bucket. range (): Filters data based on time bounds. Flux requires “bounded” queries—queries limited to a specific time range. filter (): Filters data based on column values.

https://docs.influxdata.com › influxdb › cloud › query-data › flux › conditional-logic

Query using conditional logic in Flux | InfluxDB Cloud (TSM) Documentation

This guide describes how to use Flux conditional expressions, such as if, else, and then, to query and transform data. Flux evaluates statements from left to right and stops evaluating once a condition matches.

https://github.com › influxdata › influxdb-client-js › issues › 160

experiencing cors issues · Issue #160 · influxdata/influxdb-client-js

Currently getting the following message on console: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://x.x.x.x:9999/api/v2/query?org=org. (Reason: expected ‘true’ in CORS header ‘Access-Control-Allow-Credentials’). followed example.

www.influxdata.com › time-series › databaseAnnonce

InfluxDB | InfluxDB Database

Get real-time insights from your data with InfluxDB. Analyze all types of time series data. Get started quickly with its native SQL support, RESTful API, and 12+ client libraries.