Unknown site using jquery and css file but include my site path [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 3 years ago. Improve this question This is my site URL – https://www.thecodedeveloper.com But this Unknown site http://newnuk.com/dialio/Web_doctor/viewinfo/139 means i am not owner of this site But once i … Read more

how to resolve yum replace php-common –replace-with=php55w-common error?

how to resolve yum replace php-common –replace-with=php55w-common error? on CentOS 6.5 root@server [~]# yum replace php-common –replace-with=php55w-common Loaded plugins: fastestmirror, replace, security Loading mirror speeds from cached hostfile * base: mirror.***.com * epel: mirror.***.com * extras: mirror.***.com * remi: remi.***.de * updates: mirror.***.com * webtatic: nl.repo.***.com Replacing packages takes time, please be patient… Error: Package … Read more

Troubleshooting intermittantly long ‘page loading’ problem

Working off IIS 7 with an asp.net mvc app. Most page accesses are lightening quick. Sometimes the browser reports ‘page loading’ for an exceptionally long time. We are still in the development/testing mode so it’s not a network/bandwidth issue. Happens in both IE and FF. No explicit error conditions in the server logs. If i … Read more

PHP+AJAX with MySQL – Query every 2 seconds, too many in TIME_WAIT

I have a basic HTML file, using jQuery’s ajax, that is connecting to my polling.php script every 2 seconds. The polling.php simply connections to mysql, checks for ID’s newer than my hidden, stored current ID, and then echo’s if there is anything new. Since the javascript is connecting every 2 seconds, I am getting thousands … Read more

Hosting of jQuery script, which makes more sense with respect to page load time?

I’m thinking about whether it makes more sense to include the http://code.jquery.com/jquery-latest.min.js file from the jQuery website, rather than hosting it on your own server, since 1st time visitors probably already have the jquery-latest.min.js from jquery.com downloaded and will be able to use a cached version of it, so page load time will be a … Read more

IIS aborting REST API CORS requests with status 500… for only one URI

I originally asked this on Stack Overflow, but it occurred to me this morning that it may be a question better suited for Server Fault… I’m using AJAX to make CORS requests to an api, but seeing some really odd behavior: my click-tracking (pre-flight OPTIONS request) is always interrupted by IIS and returns 500 before … Read more

HTML5 media loading sometimes suspends or aborts: misconfigured Apache?

Recently, some code that has been working fine for months started to run unexpectedly. That code is just a media files loading JavaScript function, that uses jQuery. It’s pretty long, but in essence it is like this: var $audio=$(‘<audio>’); $audio.on(‘canplaythrough’,function(e){ $audio[0].play(); }); $audio.attr(‘src’,’song.ogg’); Basically, the file only loads sometimes, and sometimes stops loading with a … Read more

WordPress site domain changed and jQuery breaks; nginx-based

trying to troubleshoot why jQuery isn’t working after I change the domain in the WordPress site URL. I’m getting these messages in the nginx debug log… 2017/10/18 16:01:59 [info] 6657#6657: *495 epoll_wait() reported that client prematurely closed connection, so upstream connection is closed too while reading upstream, client: 221.234.103.135, server: example.com, request: “GET /wp-includes/js/wp-emoji-release.min.js?ver=4.8.2 HTTP/1.1”, … Read more

Has Microsoft documented XSS mitigation for bootstrap and jquery XSS vulnerabilities in their online hosted products?

I am reviewing a web scan vulnerability report and believe Microsoft has mitigated the vulnerabilities reported (based on jquery and bootstrap versions) but finding documentation from Microsoft would be helpful. “According to its self-reported version number, Bootstrap is 3.x prior 3.4.1 or 4.x prior to 4.3.1. Therefore, it may be affected by a cross-site scripting … Read more