We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642997b commit 3c5e8cdCopy full SHA for 3c5e8cd
core-httpclient-impl/src/main/java/com/optimizely/ab/config/HttpProjectConfigManager.java
@@ -153,7 +153,7 @@ public static class Builder {
153
private String url;
154
private String authDatafileToken = null;
155
private String format = "https://cdn.optimizely.com/datafiles/%s.json";
156
- private String authFormat = "https://www.optimizely-cdn.com/datafiles/auth/%s.json";
+ private String authFormat = "https://config.optimizely.com/datafiles/auth/%s.json";
157
private OptimizelyHttpClient httpClient;
158
private NotificationCenter notificationCenter;
159
0 commit comments