Search and Top Navigation
#14974 closed bug (fixed)
Opened May 20, 2016 10:57AM UTC
Closed September 01, 2016 07:57PM UTC
Autocomplete Remote JSONP demo doesn't support HTTPS
Reported by: | tristian2 | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.1 |
Component: | ui.autocomplete | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi there,
https://jqueryui.com/autocomplete/#remote-jsonp
the example given that connects to http://gd.geobytes.com/AutoCompleteCity doesnt work.
i fear that some folk trying to learn this feature will be confused.
many thanks
Attachments (0)
Change History (3)
Changed May 20, 2016 11:02AM UTC by comment:1
component: | ui.core → ui.autocomplete |
---|---|
status: | new → open |
summary: | Autocomplete Remote JSONP datasource documentation not working → Autocomplete Remote JSONP demo doesn't support HTTPS |
Changed September 01, 2016 07:56PM UTC by comment:2
milestone: | none → 1.12.1 |
---|
Changed September 01, 2016 07:57PM UTC by comment:3
owner: | → scottgonzalez |
---|---|
resolution: | → fixed |
status: | open → closed |
In [changeset:"930934f4d22ce4397bcc85cde33c32acef2ec622" 930934f]:
#!CommitTicketReference repository="" revision="930934f4d22ce4397bcc85cde33c32acef2ec622" Autocomplete: Change JSONP demo to use local data source Fixes #14974
I would say this is a blocker, but the problem is that you're using HTTPS and we don't fully support that yet. The problem you're seeing is a mixed content error and geobytes doesn't support HTTPS.