RTC Forums
November 01, 2024, 01:06:35 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Subscription
>
Support
>
Resource interpreted as Script but transferred with MIME type text/plain
Pages: [
1
]
« previous
next »
Print
Author
Topic: Resource interpreted as Script but transferred with MIME type text/plain (Read 4384 times)
HalcyonLogic
Newbie
Posts: 45
Resource interpreted as Script but transferred with MIME type text/plain
«
on:
May 30, 2013, 01:12:56 AM »
Gentlemen,
I have a few Javascript and CSS files in a subfolder where my webpages are and noticed I get the following warnings in my browser (Chrome):
Resource interpreted as Script but transferred with MIME type text/plain: "
http://mywebsite.com:8081/settings.js
".
Resource interpreted as Script but transferred with MIME type text/plain: "
http://mywebsite.com:8081/mycss.css
".
...
...
Any idea how I can take care of those warnings? What am I doing wrong?
Richard
Logged
Kevin Powick
RTC Expired
Posts: 87
Re: Resource interpreted as Script but transferred with MIME type text/plain
«
Reply #1 on:
May 30, 2013, 03:16:27 AM »
You're sending the Javascript HTTP response with
content-type:text/plain
. You need to send the response with
content-type:application/javascript
.
Edit: for the CSS you need
content-type:text/css
Logged
Linux is only free if your time is worthless
HalcyonLogic
Newbie
Posts: 45
Re: Resource interpreted as Script but transferred with MIME type text/plain
«
Reply #2 on:
May 30, 2013, 04:52:53 PM »
Thanks (again) for the help Kevin.
After I posted my question, I remembered seeing something about a "GetContentType" routine in one of the RTC demos (Forum).
Figured it was something silly like that, in any case, it's all working without warnings now.
And life is good again
Cheers,
Richard
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...