Skip to main content

Questions tagged [api-key]

An application programming interface key (API key) is a code passed in by computer programs calling an API (application programming interface) to identify the calling program, its developer, or its user to the Web site.

0 votes
0 answers
8 views

Flutter-Firebase Production Ready Apps rules [duplicate]

So i am making a Flutter application which is going to be in production so is there anything to be checked while creating bundle for uploading it in playstore, In my case i am integrating Firebase ...
user17455345's user avatar
-1 votes
0 answers
37 views

How to fix CORS issue of an Angular webapp deployed Vercel making call to a external API

I'm facing an CORS issue after deployed an Angular webapp on Vercel, where the app makes HTTP call to a open api endpoint. Angular service getTokenQuotes(ids: number[], apiKey: string): Observable<{...
Donovant's user avatar
  • 3,149
1 vote
1 answer
62 views

Authorization policy for API key authentication without authentication scheme in ASP.NET Core 8

I want to add API key authentication to my API using an authorization policy but I get the error No authenticationScheme was specified, and there was no DefaultChallengeScheme found. The default ...
iKingNinja's user avatar
0 votes
0 answers
28 views

Code works but shows 401 client error in replit

I wrote this piece of code on my pycharm which works and still works anytime I run it on pycharm. But I needed to put the code on replit and it keeps giving me 401 client error on replit On replit I ...
David Oladeji's user avatar
-1 votes
0 answers
81 views

Saving the API Key in secure place swift IOS

Usually I save the API key into the Info.plist file to keep it safe and use various types of algorithm to encrypt and decrypt the request. Taking consideration of the security. What are the other ...
nargis's user avatar
  • 29
0 votes
0 answers
75 views

Elastic.Serilog.Sinks + Authentication with ApiKey

I was struggling to find a way to pass an apikey to ElasticSearch APM (Elastic.Serilog.Sinks) in order to authenticate and sink logs to my Elasticsearch stack. The Elasticsearch Docs do not provide ...
Ivan Maia's user avatar
  • 261
1 vote
1 answer
153 views

How to safely store API Keys in a database for a REST API?

I'm building a REST API that uses API keys for authentication. I want to ensure that these API keys are stored securely in my database. If I were storing user passwords, I would use Argon2id for ...
lmmendes's user avatar
  • 1,502
-1 votes
1 answer
146 views

How to make a request to the OpenAI API?

I'm getting an authentication error when using my API key that I created at OpenAI.com to make a request. This is the code that I used: from openai import OpenAI client = OpenAI(api_key = "Lkey&...
amikaydo's user avatar
0 votes
0 answers
27 views

Compreface Javascript SDK React App Failed to load resource: the server responded with a status of 404 () After running command npm start

Currently running Compreface Javascript SDK webcam using IDE Visual Studio Code and running into an issue. Once I run the command npm start I get the Chrome page to pop-up and start video. Once I ...
Leslie's user avatar
  • 1
0 votes
0 answers
18 views

Using Google Cloud API for python progam(Set Up ADC Error)

Key is in the same folder. This is the error that I get when I run it in VS Code: & "C:/Program Files/Python311/python.exe" c:/Users/tandr/Documents/StTCE/GCStT.py ...
Spandan Mukherjee's user avatar
0 votes
0 answers
143 views

Use supabase to back a public API with api key auth

How can I use supabase as a database for a REST API, with some "api key" (something like what Stripe or Twilio does) solution? I am trying to use supabase as the database backend for a ...
Angelica's user avatar
0 votes
0 answers
57 views

OpenAI API key not found

This is the server response to my RAG Application This is the code in which I am using using the OpenAI API key to access the services I am encountering an error which is defined as "OpenAI API ...
Aniket Baghel's user avatar
0 votes
1 answer
190 views

Why should I get credentialsUri when I have got a api-key?

When I follow this tuition try to acess gemini, I got a error: Your default credentials were not found. To set up Application Default Credentials for your environment, see https://cloud.google.com/...
east cukt's user avatar
0 votes
0 answers
54 views

Mitmproxy doesn't capture the traffic I need

Here is my problem, the thing I'm trying to do is to capture the market activity from a game (I need the api key), but mitmproxy only captures player settings and a config, is there a way to get more ...
Xinon's user avatar
  • 7
0 votes
0 answers
12 views

Cloud Formation: api-key invalid altough it is valid - regional Api Gateway

I have an API with Api Key enabled. I've: created an Usage plan attached the Api key added the Api stage then Deployed it. I still get Forbidden message. (Yes, I've added the Api Key in header) The ...
Madalina Oanca's user avatar

15 30 50 per page
1
2 3 4 5
87