Questions tagged [jquery]

30 questions
50
votes
7 answers

Chrome S3 Cloudfront: No 'Access-Control-Allow-Origin' header on initial XHR request

I have a webpage (https://smartystreets.com/contact) that uses jQuery to load some SVG files from S3 through the CloudFront CDN. In Chrome I will open an Incognito window as well as the console. Then I will load the page. As the page loads, I will…
SunSparc
  • 968
  • 3
  • 10
  • 23
11
votes
1 answer

blank page example.com/phpmyadmin with errors in browser's console

I have installed phpmyadmin and symlinked it on my LEMP server(php 7).But when i goto hostname/phpmyadmin it returns a blank page with phpmyadmin icon on titlebar. And 3 errors in browser's console: Failed to load resource:…
YaSh Chaudhary
  • 215
  • 2
  • 8
10
votes
3 answers

Nginx proxy_pass response truncated

I use nginx to proxy https request to my application server (currently running on 8443). This app server serves dynamic pages, some of them including jquery minified. The pages are in error as it seems jquery is truncated... is there a file size…
Luc
  • 518
  • 3
  • 5
  • 20
3
votes
2 answers

The Java/1.4.1_04 user agent clashes (404) with some jQuery / Javascript

Since I put up a new javascript file on my server a few days ago I've been getting strange 404's logs. It seems that some Java user-agent clashes with some part of the jQuery (1.6.2). I send an automated email whenever someone hits a 404 and I send…
Lode
  • 178
  • 1
  • 8
2
votes
1 answer

POST requests from jQuery to PHP stuck if POST data exceeds several hundred characters

I have a plain ajax request being initiated by jQuery to a PHP script: $.ajax({ url:"script.php", data: data, type: "POST" // error & success handlers here }); If the data (could be JSON, could be a binary file), exceed a few hundred…
1
vote
0 answers

ajax/jquery causes "error 500" on Apache2 (php-fpm enabled) server

Just set a VPS with this guide: "https://www.howtoforge.com/tutorial/perfect-server-ubuntu-18.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/". Everything looked perfect! but I started to notice (as I populated the server) that…
1
vote
1 answer

Apache log - file does not exist

I have quite a few of these in Apache logs piling up every day: [Mon Jun 09 20:42:58 2014] [error] [client 180.153.214.181] File does not exist: /home/user/public_html/ajax.googleapis.com, referer:…
Ivan
  • 893
  • 2
  • 9
  • 23
1
vote
2 answers

How to get statistics of apache tomcat

I'm new to Tomcat server. I'm designing a tool that provides the statistics of hits(page views) in a tomcat server. i.e . I want to design a monitoring tool that gives the data of hits from a customized particular time to present time(Drop…
user3004356
  • 111
  • 1
  • 2
1
vote
1 answer

Java website on Tomcat PHP website on Apache - how to get PHP web pages into Java web pages?

We have a Java web application deployed on Tomcat. We also setup Apache and mod_proxy_ajp to route web requests (port 80/443) to Tomcat. We would like to deploy a PHP application on the same Apache server - probably under a subdirectory…
Venkat
  • 13
  • 2
1
vote
2 answers

Do large corporations block jQuery content on web pages?

We are currently redesigning our website. The company we've hired to do the redesign is advocating the use of jQuery to render the pages dynamically. Our SEO specialist is under the impression that many larger corporations may have jQuery blocked…
Hannah Vernon
  • 185
  • 4
  • 17
1
vote
1 answer

CentOS: AJAX/jQuery not working

In a nutshell, I have an unmanaged VPS. At one time, it had Ubuntu 10.10 server on it, then I reinstalled it with CentOS 6 and updated it to CentOS 6.2. Now, the problem is, the AJAX/jQuery shoutbox has ceased working (I assume it uses one of the…
Australiya
  • 11
  • 1
  • 3
1
vote
3 answers

Jquery/Javascript not working when accessing webpage through system IP instead of localhost

I don't face this problem while working on localhost only when I access the page using the IP address of my system this happens and it only happens with IE (works on all other browsers). By the way I'm using Tomcat V6.0.0.29, IE8 I tried debugging…
pranky64
  • 121
  • 1
  • 3
1
vote
2 answers

random Nginx 408 errors during ajax post

I'm using jQuery to post some form data to my Nginx server but sometimes it fails with a 408 error. When the error happens, apparently the php script to process the posted data is NOT reached at all, as I put some logging function in the first line.…
klemperer
  • 11
  • 1
0
votes
3 answers

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.…
justSteve
  • 839
  • 1
  • 7
  • 19
0
votes
0 answers

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…
Jim
  • 1
1
2