orange3-imageanalytics
orange3-imageanalytics copied to clipboard
Embedders widget - field for a custom server URL
Issue
No possibility to set custom server url.
Description of changes
Adding a field and functionality for a custom URL set.
Includes
- [X] Code changes
- [x] Tests
- [ ] Documentation
Codecov Report
Merging #114 into master will decrease coverage by
3.72%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #114 +/- ##
==========================================
- Coverage 79.9% 76.18% -3.73%
==========================================
Files 7 5 -2
Lines 622 529 -93
Branches 95 84 -11
==========================================
- Hits 497 403 -94
- Misses 97 98 +1
Partials 28 28
we also need "allow insecure" option, eg. like in curl -k or --insecure (Allow connections to SSL sites without checking certs (H)). We need this if there are self signed certificates installed on the imageanalytics server.
@lanzagar fixed @matjazp will try to implement. @acopar is it possible to set up a server with the self-generated certificate to test Matjaz's suggestion.
@matjazp it seems that hyper library does not support "allow insecure" option https://hyper.readthedocs.io/en/latest/advanced.html#ssl-tls-certificate-verification. With @acopar we discussed to just use HTTP instead of HTTPS those cases
Very useful!!