web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Service | Customer Service, Contact Center, Fie...
Unanswered

querying external JSON api on D365 Portals

(0) ShareShare
ReportReport
Posted on by 1,257

Hello knowledgeable peeps!

Today i'm facing a couple of issues with D365 Portals... i have to display on a portals Page the weather from a open api... easy thing... until i'm getting errors by CORS and CROSS-DOMAIN stuffs...

i've tried adding HTTP/"HEADERS" to Portals Settings... it fixes a couple of things, but still not able to consume the data to display the fakin weather report...

Here the code i'm using to get the data, then i use JS to set it on divs in the requested page:

$.ajax({
		type: 'GET',
		url: 'https://forecast7.com/es/41d392d17/barcelona/?format=json',
		crossDomain: true,
		dataType: 'jsonp',
		success: function(data){
			console.log(data);
		 }
});

here the config i made in Portals Settings

SiteSettings_5F00_Portals.png

Here the error  i'm getting:

"Script from forecast7.com/.../ was blocked due to mime type mismatch"

If i try to set the <script type="application/json"> it does nothing, and if i use it as "type=text/javascript" it does nothing neither.

What could i be missing? or what im doing wrong?

Appreciate any guide or friendly hand,

Thanks in advance!

I have the same question (0)
  • OmarZaarour Profile Picture
    1,705 on at

    hey, try to set the content type in your ajax call along with the datatype as well. Check https://stackoverflow.com/questions/18701282/what-is-content-type-and-datatype-in-an-ajax-request for reference. 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Service | Customer Service, Contact Center, Field Service, Guides

#1
Daniyal Khaleel Profile Picture

Daniyal Khaleel 27 Most Valuable Professional

#2
11manish Profile Picture

11manish 18 Super User 2026 Season 2

#3
Syed Aqib Raza Profile Picture

Syed Aqib Raza 17

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans