Airbnb

부분 유료
분류별 3B Data / @CRAWLER2API | 업데이트됨 vor 25 Tagen | Travel
인기

9.6 / 10

지연 시간

2,628ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

Hiding this api key in .env

Rapid account: Esser Mishelle
EsserMishelle
vor 3 Monaten

Hey I am trying to hide my api key by using dotenv but it doesn’t work unless I hardcode my api key in my OPTIONS–

App.js—

const API_BASE_URL= process.env.REACT_APP_API_BASE_URL || “https://airbnb13.p.rapidapi.com”;
const API_KEY = process.env.REACT_APP_API_KEY;

const options = {
method: “GET”,
headers: {
“X-RapidAPI-Key”: “API_KEY”, //// I don’t want to hardcode my api key here but this line doesn’t work
"X-RapidAPI-Host": “airbnb13.p.rapidapi.com”,
},
};

const getStay = async () => {

In dotenv–
REACT_APP_API_BASE_URL=https://airbnb13.p.rapidapi.com
REACT_APP_API_KEY=fake12345

Is there a trick to make it work like the codes I have above, instead of hardcoding “X-RapidAPI-Key”: “fake12345”,

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입