About 14,200,000 results
Open links in new tab
  1. How to make an api rest with a real url instead localhost

    Jan 7, 2019 · I'm new to MEAN, I want to know how to make a call to my api but with a real url, I only used api endpoint with localhost like localhost:3000/users/1. I bought a domain in aws as …

  2. How to call api from localhost via https - Stack Overflow

    Aug 28, 2017 · So the solution is to have the backend project allow CORS, but you can still make API calls via https. It just means I don't have to host my client app over https. An alternative …

  3. reactjs - How to change calls to localhost into external api calls

    How can I change that proxy to external api url? I've found solution that suggest creating a file with constants and exporting url conditionally, sth like this: exports = isProduction ? …

  4. How do you guys specify/change API urls from 'localhost' to ... - Reddit

    Nov 16, 2017 · So http://my-app.com:80 will make api calls to http://my-app.com:3000 but before doing so, you'll have to replace all the strings "http://localhost:3000" on your front end files to " …

  5. Calling HTTPS URLs from http://localhost | by Iain Collins | Medium

    Feb 16, 2018 · Making requests to HTTPS APIs from HTTP sites running on localhost can be a pain, especially as browsers keep changing how they expose the option. The only way to turn …

  6. How to succeed API calls from local browser client-side in Docker ...

    Jun 18, 2021 · That is why we need to replace localhost to host.docker.internal. Refer to the official document. This resolves the only serverside API calls communication between docker …

  7. How to test an API running on localhost from outside localhost?

    Sep 17, 2017 · In this blog post we will teach you how to test an API running on localhost from outside localhost. This is useful if you are in the process of developing an API and want to …

  8. Redirect some API requests in a Website to localhost for Dev ... - Medium

    Aug 28, 2021 · Our normal approach is taking the API call from the browser network tab to the Postman and change the request endpoint to localhost and required parameters. Dev Testing …

  9. Easiest way to call localhost API? I just want to print a label

    Jan 25, 2024 · Once installed, you just need to run in a shell the command ngrok http 60024 (port has to match with your local server) and it'll provide you a remote URL (i.e. https://a7f7-151-60 …

  10. How to dynamically change API url during build to remove localhost

    Oct 10, 2022 · I am trying to run a build of a Vue app where the urls for each of my API routes will drop the localhost:3001 used for development after the build. The problem is the production …

  11. Some results have been removed
Refresh