Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Warp10 datasource proxy access doesn't work with Firefox (Chromium is OK) #65

Open
ZeitounLabs opened this issue Feb 5, 2020 · 3 comments

Comments

@ZeitounLabs
Copy link

Hi Guys !

I have problems trying to use the proxy datasource access mode with Firefox.

Using Chromium (81.0.4042.0 (Build de développement) (64 bits)), I can access my datasource in both direct and proxy mode:

Chromium Direct
Chromium Proxy

Using Firefox (72.0.2 (64 bits)), direct mode is OK, but proxy mode shows a "res.err is undefined" error:

Firefox Direct
Firefox Proxy

Feel free to ask if you need any other information.

Olivier.

@bensmrs
Copy link
Contributor

bensmrs commented Mar 3, 2020

Hi,
I'd also like to add some details: query responses are misinterpreted, and we end up with this in the query inspector (for the request 'foo'):
exotic response

@wadouk
Copy link

wadouk commented Mar 12, 2020

it seems that be the compression, firefox seems to not decode the content.
maybe it's something about headers in answer:
content-encoding: gzip
content-type: application/x-gzip

content-type should be application/json
ok for content-encoding: gzip but not for content type

it's all good on curl and chrome.

@aurrelhebert
Copy link
Contributor

Hi @ZeitounLabs it seems related to #71 can you tell me if it fix also your issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants