chengpohi / edql

Elasticsearch Query GUI Client
https://plugins.jetbrains.com/plugin/16364-elasticsearch-query--edql
Apache License 2.0
35 stars 1 forks source link

Can't connect to urls which don't end in a port #23

Closed obp3ter closed 1 year ago

obp3ter commented 1 year ago

When trying to connect to a URL similar to: https://ourserver.company.com/stage1-kibana the test connection returns Connect failed: 404 page not found. I noticed, that in the list of connections it appears with :-1 appended.

chengpohi commented 1 year ago

Hi @obp3ter , got it, I will try to reproduce this issue.

and if you specify port on URL, Would it connect successfully? example: https://ourserver.company.com:443/stage1-kibana

obp3ter commented 1 year ago

Unfortunately it doesn't.

chengpohi commented 1 year ago

@obp3ter ok, I will try tro reproduce this issue.

chengpohi commented 1 year ago

Hi @obp3ter this issue is reproduced when use elasticsearch url with redirected url:

https://stackoverflow.com/questions/61138183/elesticsearch-rest-http-request-through-redirected-url

and I will fix it in version 1.9.20 in this weekeend

chengpohi commented 1 year ago

Hi @obp3ter , this redirected url issue is fixed in version v1.9.20, if there is still has any issue pls let me know. thanks your feedback.

Since Jetbrains still reviewing the new version, you can manually download, and reinstall plugin: v1.9.20

obp3ter commented 1 year ago

Hi @chengpohi, I tested it. This issue is solved, now I have a new one I'll make a separate issue.