Long URLS and a whitelist request

I have an ongoing issue with really long links like the example below. This is running a query in another app but Drafts seems to stop somewhere part way through the link instead of pulling the whole thing.

accord://search/ESVS?day*_[RANGE_Is._2:2,_11–12,_17,_20;_3:7,_18;_4:1–2;_5:30;_7:18,_20–21,_23;_10:20,_27;_11:10–11;_12:1,_4;_13:6,_9,_13;_17:4,_7,_9;_19:16,_18–19,_21,_23–24;_20:6;_22:5,_8,_12,_20,_25;_23:15;_24:21;_25:9;_26:1;_27:1–2,_6,_12–13;_28:5;_29:18;_30:23;_31:7;_34:8;_39:6;_52:6;61:2]

Separately, could we get this url scheme whitelisted? More background for the scheme in the second link if that’s needed.

logosres:ESV;ref=Bible.Eph.3.6

https://community.logos.com/forums/t/172671.aspx?PageIndex=2

Thanks!

1 Like

I’m not counting the characters but maybe this URL hit a 256 character (or whatever) limit.

In other words seems like a badly-structured API.

Interesting thought. It’s stopping at 137 characters. In case this makes running it down easier, immediately after this string - “ 13:6,_9,_13”

Can you copy and paste the URL below and give it a try to see if it works?

accord://search/ESVS?day*_[RANGE_Is._2:2,_11-12,_17,_20;_3:7,_18;_4:1-2;_5:30;_7:18,_20-21,_23;_10:20,_27;_11:10-11;_12:1,_4;_13:6,_9,_13;_17:4,_7,_9;_19:16,_18-19,_21,_23-24;_20:6;_22:5,_8,_12,_20,_25;_23:15;_24:21;_25:9;_26:1;_27:1-2,_6,_12-13;_28:5;_29:18;_30:23;_31:7;_34:8;_39:6;_52:6;61:2]
1 Like

Woah. That worked. What did you do? I’m sitting here staring at the two URLs trying to find the difference.

Excited! Thanks!

Your original URL uses at least one “” rather than “-”. They may look the same in certain circumstances, but they are entirely different characters.

The character is known as an en-dash. It’s supposed to be used syntactically for spreads of ranges. It’s a bit longer than a dash/hyphen, but shorter than an em-dash. That can make it a bit hard to distinguish visually from the others depending upon where you are viewing it.

You can view some of the technical details here:

http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=–&mode=char

1 Like