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

182
Views
Fetch request to http address from a https website

Is it some how possible to send a get request from a https website to a http address with fetch api.

fetch('http://103.82.8.194/Data/', { mode: 'no-cors' })
    .then(response => response.json())
    .then(data =>
        console.log(data)
    );

Like is it some how possible send this request from https://rionislam.github.io ?

Thanks...

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

It's not possible to request http address from a https website directly because of the Mixed Content Security Policy, it'll be blocked by the browser.

You can use a https proxy to do so, something like: https://some-proxy-url?url=http://103.82.8.194/Data/.

or just upgrade http server to https

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