Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

219
Views
jquery ajax json error 'provisional headers are shown'

I cant get my json data even in a simple way using the jquery api example and as a result i have only 2 console logs before and after request. I used local host denwer and xampp for test. Turn off all of my extensions, because i have an idea it was adblock blocking my request... P.S. sorry for bad English

{
	"articles": [
			{
				"id": 1,
				"name": "How to build a website"
			},
			{
				"id": 2,
				"name": "Reading json with jquery"
			},
			{
				"id": 3,
				"name": "Learning javascript"
			},

	]
}
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>JSON</title>
	<script src="js/jquery-3.2.1.js"></script>
	<script>
		console.log('before request');
		$.getJSON( "ajax/articles.json", function( data ) {
			console.log('success');
			console.log(data.articles);
		});
		console.log('after request');
	</script>
</head>
<body>
	
</body>
</html>

enter image description here

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!