Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (1601)

Results for How to secure a RESTful API

December 10th, 2023
Attempting to call a API

I currently am running into the issue when I put in the API link for it to be run. Once I go to the console it states it is a await valid in async fun...

javascriptrapidapi
Read more
December 10th, 2023
Redirect Api duplicate NextJS use SWR

I use SWR to fetch data but get the error of repeating the default path of nextjs http://localhost:3000/127.0.0.1:8000/api/posts/get-five-post-popular...

typescriptnext.js
Read more
December 9th, 2023
React update component after API call

I am fairly new to React and I am having trouble with some async code. I am trying to make a call to my server for price information between two diffe...

reactjsreact-hooks
Read more
December 9th, 2023
Flask REST API 404 Error When Trying to Access Endpoint

I am currently working on a Flask REST API that interacts with a Dockerized MySQL database. I have encountered a 404 error when trying to access the /...

pythondocker
Read more
December 8th, 2023
ID generator with python for sqlachamy in API

It seems like you've encountered an issue with formatting code on Stack Overflow. Here's a revised version of your post with proper code formatting: ...

pythonsqlalchemyflaskflask-sqlalchemy
Read more
December 8th, 2023
Blazor / .NET 8 / Web API in Blazor server project is not working

I have started a new Blazor project with the new .NET 8 auto setup. I am trying to place a Web API controller in my server project and use my ASP.NET ...

c#asp.net-coreblazor.net-8.0
Read more
December 7th, 2023
Why is it important to update dependencies on front end code if the backend is highly secure?

Probably a stupid question from a mostly backend engineer, but I legitimately do not understand why it is important to keep your packages up to date i...

frontendbackend
Read more
December 6th, 2023
SvelteKit - API fetches data correctly in javascript but UI fails to render it

+page.svelte: script> import { onMount } from 'svelte'; let careers = []; const fetchCareers = async () => { const apiUrl = 'htt...

sveltekitsveltefetch-apifetch
Read more
December 7th, 2023
I'd like to cancel a single event from recurring events using the Microsoft Graph API

I have created a recurring event from December 3rd to 6th using the graph API, which repeats daily. I'd like to cancel a single event on December 4th....

microsoft-graph-apioutlookrecurring-events
Read more
December 10th, 2023
How do I find my Google Adsense API "parent" account?

I am trying to set up the Google Adsense API for a project I am working on and have started playing around with the Google OAuth 2.0 playground. Some ...

google-cloud-platformhttpgoogle-apiadsenseadsense-api
Read more
December 5th, 2023
A POST method API Express Node.JS not working, SyntaxError: Unexpected token ' in JSON at position 68 at JSON.parse (<anonymous>)

I'm trying to make this post API work, its an API to post some data to a table in my database, but every time I tried it on postman it gives me this k...

javascriptnode.jsjsonexpresspost
Read more
December 6th, 2023
Redirect to secondary host when primary host is unavailable in Ocelot API Gateway (C#, .NET Core, Ocelot)

I would like to use Ocelot API Gateway to connect services, but if the primary host is unavailable it needs to redirect to secondary host. For example...

asp.net-core.net-coreapi-gatewayocelotservice-discovery
Read more
December 10th, 2023
How to communicate with a gRPC API from a Blazor app using .NET Aspire?

I'm currently experimenting with .NET Aspire. According to docs, Aspire is used to streamline connections and communication between services in applic...

c#.netgrpcdotnet-aspire
Read more
December 4th, 2023
Javadoc API as part of larger documentation

One of the nice things about sphinx and python is the relatively simple coupling between API documentation and explanatory documentation in markdown u...

javajavadoc
Read more
December 1st, 2023
ValueError: client_id must not be blank using PDF Extract API

I have followed the steps in Getting Started with PDF Extract API (Python) successfully. The required libraries have been installed in the virtual env...

pythonadobe
Read more
December 7th, 2023
Validate API request attributes recursively

I am developing dynamic query builder for the admin users and for the same I am implementing POST API request to store all conditions together in data...

validationlaravelrecursion
Read more
December 1st, 2023
How to wait for result from fetch (promise) in CanActivateFn guard to get user data from API in Angular project?

I need to implement a CanActivateFn guard to block non authenticated users in an Angular project. I tried different approaches and shaped this guard s...

angularangular-route-guards
Read more
December 8th, 2023
Is there a good way to remove the "next" and "prev" links from Laravel Paginate API, other than removing it in the frontend?

My response looks like this: "links": { "first": "http:\/\/localhost:8000\/api\/tasks?page=1", "last": "http:\/\/localhost:8000\/api\/tasks?pa...

laravelvue-componentlaravel-10
Read more
November 30th, 2023
Use GitLab REST api to get information about running pipeline

Here is pseudo code for a pipeline definition I have: include: - template: Security/Container-Scanning.gitlab-ci.yml stages: - build - scan -...

continuous-integrationgitlab-cicontinuous-deploymentgitlab-api
Read more
November 30th, 2023
Create new document with base64 using office javascript API in office 365

Using this I am creating new document with base64String in word this is working in word desktop version but this is not working on Office 365. async f...

javascriptoffice-jsword-addinsadd-in
Read more
December 6th, 2023
XTB api difference in received data

I am receiving data from XTB API. But I can't understand difference between GOOGL.US_4 and GOOGL.US_9 It's like all stocks are doubled with US_4 and U...

c#.netalgorithmic-tradingstock
Read more
November 28th, 2023
Can I combine A(nsi) and W(ide char) Win32 API calls whan I deal with controls?

Is there a guide or a document that specifies what is possible if I need to call sometimes ansi version of SetWindowTextA() and later SetWindowTextW()...

cwinapiwchar
Read more
November 29th, 2023
403 forbidden when calling Graph API from Postman but works fine from Graph Explorer

My aim is to get an application to interact with Azure Connectors. At the moment, I'm focusing on getting working connections before I dive into the a...

azurepostmanmicrosoft-graph-apiazure-app-registration
Read more
November 28th, 2023
It is possible to know when the user clicked on "Allow" or "Deny" while using the Geolocation API and browser permissions?

I need to know whether the user clicked on "Allow" or "Deny" while accessing a webpage built using React+Typescript but so far I have been unable to g...

javascriptreactjsw3c-geolocation
Read more
November 28th, 2023
Extracting data from an API response to put into table in Laravel 10

I have an API call which results several hundred records. I start by converting the URL to a string (there are varying parameters) $res = Http::get($s...

phplaravellaravel-10
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?