koopjs / koop-provider-marklogic

A Koop Provider that can be used to exposed data in MarkLogic via Esri feature services
https://koopjs.github.io/koop-provider-marklogic/
Other
6 stars 11 forks source link

Improve URLs returned by KoopFeatureLayer #80

Closed mfgumban closed 1 year ago

mfgumban commented 6 years ago

It seems ArcGIS Pro (at least on beta 2.2) has an issue with the following kind of URL: https://[domain]:443/path-to-feature-server Where the port is explicitly written (443) but is the default/implicit value of the protocol (https).

The KoopFeatureLayer extension should check if Koop is using the default port for the currently set protocol and return a "cleaner" URL by not appending the port.

mfgumban commented 6 years ago

Looks like there are other underlying changes with the beta that has affected HTTPS (HTTP seems to work ok). "Cleaner" URLs is still a good thing to do, though.

jkerr5 commented 1 year ago

Closing this for now as it would be in GDS but is no longer needed.