Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
40 views

I am making a jsonp ajax call to a local service which responds with a valid javascript response. The ajax request looks like below: $.ajax({ url: "http://localhost:12345", ...
Shadow's user avatar
  • 4,026
1 vote
0 answers
83 views

I have been working on upgrading our Solr stack from v7 to v9.3.1. I have recreated my cores and populated them fresh, but when I request a JSONP callback with wt=json, I just get JSON back instead ...
iscChris's user avatar
1 vote
0 answers
34 views

I am trying to send data to server in the jsonp method from the chrome extension I am developing. However, it worked fine in manifest V2, but the following error occurs in manifestV3. Please help me. ...
sys090407's user avatar
3 votes
1 answer
98 views

I am trying to load data (including images) via a JSONP feed into Phaser 3.60.0. I know how to load image asset normally as per my GameScene.js code below: class GameScene extends Phaser.Scene { ...
jurgenizer's user avatar
0 votes
2 answers
216 views

We are running a Shopify store, and have come to a point where we need more flexibility content wise. My solution to this is to have content delivered via a custom CMS to a subdomain. One issue I have ...
pusle's user avatar
  • 1,543
0 votes
1 answer
30 views

Hey I got this JSONP from archive.org: https://archive.org/advancedsearch.php?q=collection%3Ainternetarchivebooks&fl[]=creator&fl[]=format&fl[]=genre&fl[]=language&fl[]=name&fl[...
Duk's user avatar
  • 25
1 vote
0 answers
121 views

I am trying to use Scriptlab to call the public Census API and write the resulting json response to excel. Specifically, it takes the [0][0] in the range, creates an API url from that, and it is ...
Ethan's user avatar
  • 11
0 votes
0 answers
269 views

I installed axios-jsonp, but the error saids there is no jsonpAdapter. Could someone help me? I use Vue.js and I want to get data from API. error: Require statement not part of import statement. ...
mika's user avatar
  • 1
0 votes
1 answer
1k views

Refused to load the script 'https://dorar.net/dorar_api.json?skey=انما الاعمال بالنياتpage=1&callback=jsonp_callback_255' because it violates the following Content Security Policy directive: "...
Ahmed El-Tabarani's user avatar
0 votes
2 answers
117 views

How to parse below json response using JSONArray, JSONObject: Sample JSON Data: { "ABC": [ { "BCD": { "CDE": "HIJ" } } ] } I ...
Vidya B.'s user avatar
0 votes
0 answers
15 views

I have a simple set up in which I populate data on my HTML page by accessing data in a Google Sheet. This works perfectly well in Chrome, but in Edge I get a CORB error in the console. I'm using ...
GeorgePorge's user avatar
0 votes
1 answer
592 views

How can i parse JSONP response, i tried json.loads(), but it will never work for JSONP
MUHAMMAD SHAHID RAFI C P's user avatar
0 votes
0 answers
11 views

I have simple XMLHttpRequest. var xhr = new XMLHttpRequest(); xhr.open("GET", url, true); xhr.onreadystatechange = function () { if (this.readyState == 4 && this.status == ...
Mani's user avatar
  • 2,583
0 votes
0 answers
14 views

I have an ajax call connected to a search that is calling an api that is spitting back jsonp results. This seems to be working fantastically except when they type something that is not there. I get ...
zazvorniki's user avatar
  • 3,622
0 votes
2 answers
540 views

I am trying to fetch data from text file which resides on server. I have access of that location and able to see content when I put URL in browser tab. I am trying to make AJAX call and get file ...
Keval Patel's user avatar
0 votes
1 answer
325 views

I have a website and would like to redirect visitors from different countries to an URL-Path. For this purpose, I use the code below. The problem with this code is that it always redirects you to the ...
sharpnado's user avatar
0 votes
1 answer
1k views

This would seem to be very straightforward, but I cannot get additional HTTP headers added into a request that I'm attempting to make. I've watched via the browser developer tools as well as with ...
Jeff Bryant's user avatar
0 votes
1 answer
81 views

I've dug through dozens of related questions, and tried to implement but just can't quite get it to come together. I'm certain it is just some painfully simple miss, since I'm a rookie. Redacted URL ...
Kegan Sims's user avatar
-2 votes
1 answer
93 views

this is what the URL looks like in the object. logoURL: "/rimg/provider-logos/airlines/v/FJ.png?crop=false&width=108&height=92&fallback=default1.png&_v=...
Dan's user avatar
  • 3
1 vote
1 answer
3k views

I am trying to call an API that is given to me. First, I did not understand the question. The API given to me looks like 'test.com/a/b/c/d/d' and it also says: callback parameter name: 'jsonp'. I ...
SSubedi's user avatar
  • 131
0 votes
0 answers
90 views

I'm struggling with the kendo ui transport property for schedules. The following snippet worked as expected: $.ajax({ url: 'https://myurl', dataType: 'jsonp', jsonpCallback:...
Murmulodi's user avatar
  • 739
0 votes
0 answers
292 views

I am trying to to display JSON data from an external location (3 images with a city name and tagline) onto my HTML page but getting an error: "Uncaught ReferenceError: showPlaces is not defined ...
Stefan Faville's user avatar
0 votes
0 answers
668 views

Issue: I'm trying to make a JSONP request using ajax, but I'm encountering the below error. Cross-Origin Read Blocking (CORB) blocked cross-origin response https://nftrade.com/_next/data/...
Jenny From the Block's user avatar
1 vote
0 answers
109 views

I have a simple JS code with Jsonp, which gets another external js file. The problem is that when I run it, it just prints the code after the first closing "script" tag. How can I use it to ...
bostjan jaro's user avatar
-1 votes
1 answer
320 views

Earlier my WebApplication was working on .Net Framework 4.5.2. After upgrading to 4.8, the Application is intermittently giving a weird HTML error appended to the jsonp response. There is no error ...
Pulkit Gulati's user avatar
0 votes
1 answer
61 views

I need to build a wcf service, which uses a custom response, in jsonp format, I should get a response like this example: calling this example method: http://localhost:49350/Service1.svc/...
Ubaldo Formichetti's user avatar
1 vote
1 answer
897 views

Angular 12 - Httpclient jsonp - how to pass custom callback parameter? Here is the full app -> https://stackblitz.com/edit/angular-ivy-2zg5yt?file=src/app/geolocation.service.ts geolocation-service....
Dinesh's user avatar
  • 1,820
0 votes
1 answer
724 views

I am using a package called fetchJsonp. However, it keeps failing due to timing out. I am not sure if I am doing something wrong. fetchJsonp('kayak.com/h/mobileapis/directory/airlines/homework', { ...
csshelper's user avatar
-1 votes
2 answers
189 views

Hi i want to fetch data from avascan api and display it in html, but i am not able to do this. I have tried fetch api, json and ajax ways but none worked for me. Any suggestions? This is my html https:...
hitesh Pahwa's user avatar
1 vote
0 answers
43 views

I am trying to retrieve a text file from https://www.ndbc.noaa.gov/data/realtime2/51201.txt. I am making an app to retrieve the swell height and period from the NDBC. My code below bypasses the CORS ...
Braden Betz's user avatar
0 votes
1 answer
321 views

When I call the HERE Geocoder Autocomplete API endpoint : https://autocomplete.geocoder.ls.hereapi.com/6.2/suggest.json ?apiKey={YOUR_API_KEY} &query=Pariser+1+Berl &beginHighlight=<b> &...
beurre's user avatar
  • 1
0 votes
2 answers
3k views

This code is working fine and pulling the blog posts but the only problem is that i want the data to be in a json array so that i can create an api with that and show posts outside... <?php require(...
Aayush Gupta's user avatar
8 votes
1 answer
2k views

For a pretty large Web application I want to run multiple instances of Webpack (Encore) on the same page. When I put all the source code into a single Webpack configuration it all works. However when ...
Blackbam's user avatar
  • 19.7k
0 votes
0 answers
287 views

I am using python and I want to get token value and store it in a variable. Can someone please tell me how to get token value as I am a beginner in python. Below is the string from which I want to ...
Ashmit Sharma's user avatar
2 votes
1 answer
2k views

When starting the new Jakarta (9) project, I need to handle old (legacy libraries and modules) using the "javax" JSON-P API. Usually we end with this error: java: incompatible types: ...
Jouffan's user avatar
  • 83
0 votes
1 answer
477 views

did anyone tried to find a good solution to automatically convert all empty strings to null object on deserialization using JsonB (Yasson)? I encountered this problem on migration from Jackson to ...
Gregor's user avatar
  • 415
0 votes
1 answer
304 views

I'm looking to get service status of all response code and get how many services are up and running fine like, If 10 services are there 9 service are UP and one down.Result should be in form of { 9/...
Seam C's user avatar
  • 5
0 votes
0 answers
146 views

Anyone knows how to use: https://angular.io/api/common/http/JsonpInterceptor I would like to catch error through an interceptor. Thanks
Laurent B's user avatar
  • 215
2 votes
2 answers
2k views

Hello fellow problem solvers! I'm hoping to learn something from you. I ran into a challenge that could probably teach me more about Angular, and I would appreciate any input anyone might have. ...
Ryan Porter's user avatar
  • 2,202
0 votes
1 answer
229 views

I've set up Solr locally. It works fine using queries in browser. I'm tryng to acces JSON-queryresults in JQuery, but I'm not able. When I run the following request in my browser i get the following ...
saXen's user avatar
  • 1
0 votes
1 answer
78 views

I'm trying to save my results into PDF file after google sheet calculation. Here's my google sheet file: Google sheet(img) After someone submit my form J Column sum all answers and gets 39. Then I ...
Freelancer's user avatar
1 vote
1 answer
687 views

I am troubleshooting a jQuery ajax call to the Vimeo API that started failing in the last month or so after having worked for a while. // Url ends up like "https://www.vimeo.com/api/v2/video/...
WillC's user avatar
  • 2,265
0 votes
1 answer
304 views

I am trying to write a script that gets COVID-19 numbers from the Ontario Database, but I keep getting the following error: "invalid value \"_\"" Upon further investigation, the ...
3ddavies's user avatar
  • 554
3 votes
1 answer
2k views

I want to create a very simple HTTP server Java with JSONP responds. Here is the code: public static void main(String[] args) throws Exception { HttpServer server = HttpServer.create(new ...
Meysam  Savameri's user avatar
0 votes
1 answer
316 views

I have found the following JSON resource for global COVID infection data: https://opendata.ecdc.europa.eu/covid19/casedistribution/json/ I have tried this simple callback function (And many variations)...
Edward's user avatar
  • 47
3 votes
2 answers
8k views

I'm transitioning my personal search suggestions from google to duckduckgo, but I'm missing something simple to make it work. I'm using jQuery-UI's autocomplete framework. My search form <form ...
Jeff's user avatar
  • 6,158
-1 votes
1 answer
211 views

I have the following Ajax call: var baseurl = Office.context.mailbox.restUrl; var getMessageUrl = baseurl + "/v2.0/me/messages/" + rest_id + "?$select=SingleValueExtendedProperties&$...
BigDataFiles's user avatar
0 votes
1 answer
960 views

I am trying to listen for a javascript callback from a 3rd party app on my site. The app is minified so it is quite hard to reverse engineer. However, having used the Chrome debugger, the callback I ...
George Edwards's user avatar
0 votes
0 answers
175 views

I'm trying to read JSON response with JS but I can't find what what I'm doing wrong. I'm trying to enbed JS in a plugin I use in WP, but for the moment I'm just trying to get the right information in ...
Creek Barbara's user avatar
2 votes
0 answers
1k views

I'm trying to fetch de data the URL below: http://storage.googleapis.com/nacleanopenworldprodshards/Nations_cleanopenworldprodeu1.json I'm using Angular 9, and this is my service.ts: import { ...
Pedro Saad's user avatar

1
2 3 4 5
81