SEO extraction

부분 유료
분류별 Charles Anssens | 업데이트됨 한 달 전 | Tools
인기

9.2 / 10

지연 시간

2,145ms

서비스 수준

99%

Health Check

N/A

모든 토론으로 돌아가기

Always getting 400 error: Bad Request

Hi there,
can you help me understand why I’m always getting 400 error when I’m trying to use your API?

Rapid account: Igorbrandprotectionai Gpxb Df MQJ 5 L
igorbrandprotectionai-GpxbDfMQJ5L Commented 2 years ago

@Canssens, thank you for your reply.

Unfortunately, I’m still facing same issue:
AirTable Scripting App
AirTable Scripting App JS

Rapid account: Canssens
Canssens Commented 2 years ago

Another point, maybe you should update your first post because it shows your api key.

Rapid account: Canssens
Canssens Commented 2 years ago

Hello Igor,

I think you have to adapt the way that you send the post data (we use form data).
This is an example, you may adapt it to support async and headers… :

var formdata = new FormData();
formdata.append("url", "https://www.google.com");

var requestOptions = {
  method: 'POST',
  body: formdata,
  redirect: 'follow'
};

fetch("https://....", requestOptions)
  .then(response => response.text())
  .then(result => console.log(result))
  .catch(error => console.log('error', error));
	```

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

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