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

266
Views
when I run local server and try to open a csv file by url(ajax), I got 404
$(document).ready(function() {
$.ajax({
    type: "GET",
    url: "uhslc.soest.hawaii.edu/data/csv/rqds/atlantic/daily/d740a.csv",
    //url: "d741a.csv",
    dataType: "text",
    success: function(data) {processData(data);}
 });

I want to make it work on my client side but when I run localhost, the address is localhost:0000/uhslc.soest.hawaii.edu/data/csv/rqds/atlantic/daily/d740a.csv and when I run locally, the address is as my/local/address/uhslc.soest.hawaii.edu/data/csv/rqds/atlantic/daily/d740a.csv so it does not work. Is there any way I can download a file from that address whenever I run code?

about 4 years ago · Juan Pablo Isaza
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!