HERE Maps specific domain feature not working
When I set the domain in the dashboard to xxxxxx.com, where xxxxx is my domain, I am still unable to make API calls from the domain given.
The error I get when I attempt to make an API call is:
"Unauthorized. The request is not from an authorized source."
There is no issue with the code itself as it was working before I had set a specific domain. I've also ensured that the domain typed into the dashboard is correct.
Any help would be appreciated, will provide more information, if needed.
here-api
add a comment |
When I set the domain in the dashboard to xxxxxx.com, where xxxxx is my domain, I am still unable to make API calls from the domain given.
The error I get when I attempt to make an API call is:
"Unauthorized. The request is not from an authorized source."
There is no issue with the code itself as it was working before I had set a specific domain. I've also ensured that the domain typed into the dashboard is correct.
Any help would be appreciated, will provide more information, if needed.
here-api
add a comment |
When I set the domain in the dashboard to xxxxxx.com, where xxxxx is my domain, I am still unable to make API calls from the domain given.
The error I get when I attempt to make an API call is:
"Unauthorized. The request is not from an authorized source."
There is no issue with the code itself as it was working before I had set a specific domain. I've also ensured that the domain typed into the dashboard is correct.
Any help would be appreciated, will provide more information, if needed.
here-api
When I set the domain in the dashboard to xxxxxx.com, where xxxxx is my domain, I am still unable to make API calls from the domain given.
The error I get when I attempt to make an API call is:
"Unauthorized. The request is not from an authorized source."
There is no issue with the code itself as it was working before I had set a specific domain. I've also ensured that the domain typed into the dashboard is correct.
Any help would be appreciated, will provide more information, if needed.
here-api
here-api
edited Nov 25 '18 at 19:27
Rony V
asked Nov 25 '18 at 14:57
Rony VRony V
1114
1114
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It takes a bit of time for the changes to take effect. Please wait a little while, then try again. If it still doesn't work, please report back.
Alternatively please note that you also need to add any subdomains you may be using. For example, if you add "here.com", you would also have to add "www.here.com" and "developer.here.com" if you wanted API calls to be accepted from these subdomains.
I've waited overnight (approx 8 hours). Is that not enough? Last night it was working without having the domain set (I was able to hit the API from any website). I then added my domain and after 8 hours I am unable to hit the API from anywhere.
– Rony V
Nov 26 '18 at 13:26
The API works when I don't have a specific domain set. When I set it, I am unable to access the API from anywhere, including the site with the domain I tried to set.
– Rony V
Nov 26 '18 at 13:29
I have extended my answer with another possible solution. Let me know if that helps.
– leopectus
Nov 27 '18 at 14:51
I don't have any subdomains for my site. It's just xxxxxx.com which i've added to the dashboard. I also tried to add to the dashboard the specific pages, for example xxxxxx.com/example but that didn't work either.
– Rony V
Nov 27 '18 at 15:02
1
I appreciate you letting them know. I'll be looking forward for help from them. Thanks!
– Rony V
Dec 3 '18 at 15:05
|
show 5 more comments
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53468750%2fhere-maps-specific-domain-feature-not-working%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It takes a bit of time for the changes to take effect. Please wait a little while, then try again. If it still doesn't work, please report back.
Alternatively please note that you also need to add any subdomains you may be using. For example, if you add "here.com", you would also have to add "www.here.com" and "developer.here.com" if you wanted API calls to be accepted from these subdomains.
I've waited overnight (approx 8 hours). Is that not enough? Last night it was working without having the domain set (I was able to hit the API from any website). I then added my domain and after 8 hours I am unable to hit the API from anywhere.
– Rony V
Nov 26 '18 at 13:26
The API works when I don't have a specific domain set. When I set it, I am unable to access the API from anywhere, including the site with the domain I tried to set.
– Rony V
Nov 26 '18 at 13:29
I have extended my answer with another possible solution. Let me know if that helps.
– leopectus
Nov 27 '18 at 14:51
I don't have any subdomains for my site. It's just xxxxxx.com which i've added to the dashboard. I also tried to add to the dashboard the specific pages, for example xxxxxx.com/example but that didn't work either.
– Rony V
Nov 27 '18 at 15:02
1
I appreciate you letting them know. I'll be looking forward for help from them. Thanks!
– Rony V
Dec 3 '18 at 15:05
|
show 5 more comments
It takes a bit of time for the changes to take effect. Please wait a little while, then try again. If it still doesn't work, please report back.
Alternatively please note that you also need to add any subdomains you may be using. For example, if you add "here.com", you would also have to add "www.here.com" and "developer.here.com" if you wanted API calls to be accepted from these subdomains.
I've waited overnight (approx 8 hours). Is that not enough? Last night it was working without having the domain set (I was able to hit the API from any website). I then added my domain and after 8 hours I am unable to hit the API from anywhere.
– Rony V
Nov 26 '18 at 13:26
The API works when I don't have a specific domain set. When I set it, I am unable to access the API from anywhere, including the site with the domain I tried to set.
– Rony V
Nov 26 '18 at 13:29
I have extended my answer with another possible solution. Let me know if that helps.
– leopectus
Nov 27 '18 at 14:51
I don't have any subdomains for my site. It's just xxxxxx.com which i've added to the dashboard. I also tried to add to the dashboard the specific pages, for example xxxxxx.com/example but that didn't work either.
– Rony V
Nov 27 '18 at 15:02
1
I appreciate you letting them know. I'll be looking forward for help from them. Thanks!
– Rony V
Dec 3 '18 at 15:05
|
show 5 more comments
It takes a bit of time for the changes to take effect. Please wait a little while, then try again. If it still doesn't work, please report back.
Alternatively please note that you also need to add any subdomains you may be using. For example, if you add "here.com", you would also have to add "www.here.com" and "developer.here.com" if you wanted API calls to be accepted from these subdomains.
It takes a bit of time for the changes to take effect. Please wait a little while, then try again. If it still doesn't work, please report back.
Alternatively please note that you also need to add any subdomains you may be using. For example, if you add "here.com", you would also have to add "www.here.com" and "developer.here.com" if you wanted API calls to be accepted from these subdomains.
edited Nov 27 '18 at 14:50
answered Nov 26 '18 at 8:03
leopectusleopectus
28117
28117
I've waited overnight (approx 8 hours). Is that not enough? Last night it was working without having the domain set (I was able to hit the API from any website). I then added my domain and after 8 hours I am unable to hit the API from anywhere.
– Rony V
Nov 26 '18 at 13:26
The API works when I don't have a specific domain set. When I set it, I am unable to access the API from anywhere, including the site with the domain I tried to set.
– Rony V
Nov 26 '18 at 13:29
I have extended my answer with another possible solution. Let me know if that helps.
– leopectus
Nov 27 '18 at 14:51
I don't have any subdomains for my site. It's just xxxxxx.com which i've added to the dashboard. I also tried to add to the dashboard the specific pages, for example xxxxxx.com/example but that didn't work either.
– Rony V
Nov 27 '18 at 15:02
1
I appreciate you letting them know. I'll be looking forward for help from them. Thanks!
– Rony V
Dec 3 '18 at 15:05
|
show 5 more comments
I've waited overnight (approx 8 hours). Is that not enough? Last night it was working without having the domain set (I was able to hit the API from any website). I then added my domain and after 8 hours I am unable to hit the API from anywhere.
– Rony V
Nov 26 '18 at 13:26
The API works when I don't have a specific domain set. When I set it, I am unable to access the API from anywhere, including the site with the domain I tried to set.
– Rony V
Nov 26 '18 at 13:29
I have extended my answer with another possible solution. Let me know if that helps.
– leopectus
Nov 27 '18 at 14:51
I don't have any subdomains for my site. It's just xxxxxx.com which i've added to the dashboard. I also tried to add to the dashboard the specific pages, for example xxxxxx.com/example but that didn't work either.
– Rony V
Nov 27 '18 at 15:02
1
I appreciate you letting them know. I'll be looking forward for help from them. Thanks!
– Rony V
Dec 3 '18 at 15:05
I've waited overnight (approx 8 hours). Is that not enough? Last night it was working without having the domain set (I was able to hit the API from any website). I then added my domain and after 8 hours I am unable to hit the API from anywhere.
– Rony V
Nov 26 '18 at 13:26
I've waited overnight (approx 8 hours). Is that not enough? Last night it was working without having the domain set (I was able to hit the API from any website). I then added my domain and after 8 hours I am unable to hit the API from anywhere.
– Rony V
Nov 26 '18 at 13:26
The API works when I don't have a specific domain set. When I set it, I am unable to access the API from anywhere, including the site with the domain I tried to set.
– Rony V
Nov 26 '18 at 13:29
The API works when I don't have a specific domain set. When I set it, I am unable to access the API from anywhere, including the site with the domain I tried to set.
– Rony V
Nov 26 '18 at 13:29
I have extended my answer with another possible solution. Let me know if that helps.
– leopectus
Nov 27 '18 at 14:51
I have extended my answer with another possible solution. Let me know if that helps.
– leopectus
Nov 27 '18 at 14:51
I don't have any subdomains for my site. It's just xxxxxx.com which i've added to the dashboard. I also tried to add to the dashboard the specific pages, for example xxxxxx.com/example but that didn't work either.
– Rony V
Nov 27 '18 at 15:02
I don't have any subdomains for my site. It's just xxxxxx.com which i've added to the dashboard. I also tried to add to the dashboard the specific pages, for example xxxxxx.com/example but that didn't work either.
– Rony V
Nov 27 '18 at 15:02
1
1
I appreciate you letting them know. I'll be looking forward for help from them. Thanks!
– Rony V
Dec 3 '18 at 15:05
I appreciate you letting them know. I'll be looking forward for help from them. Thanks!
– Rony V
Dec 3 '18 at 15:05
|
show 5 more comments
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53468750%2fhere-maps-specific-domain-feature-not-working%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown