Yawin Calculator

フリーミアム
よって Yawin Tutor | 更新済み 2 months ago | Finance
人気

8 / 10

レイテンシー

1,732ms

サービスレベル

100%

Health Check

N/A

すべてのディスカッションに戻る

Authentication Error

Rapid account: Master Code Killr
MasterCodeKillr
2 years ago

I have been trying to call this api using Http Client in C# and everytime I run it I get error 407 Authentication required I used the code snippet provided so what can I do to resolve this issue?

Rapid account: Yawintutor Kii M 8 KV 90 R
yawintutor-KiiM8KV90r Commented 2 years ago

use shell->cURL to test the api in command line / terminal.
build the api call as per the language you use.

curl --request POST
–url https://yawin-calculator.p.rapidapi.com/fdcalculator
–header ‘X-RapidAPI-Host: yawin-calculator.p.rapidapi.com
–header ‘X-RapidAPI-Key: xxxxxxxxxxxxxxxxxxxx’
–header ‘content-type: application/json’
–data ‘{
“amount”: “100000”,
“interest”: “10”,
“duration”: 60,
“compoundPeriod”: 3,
“tax”: 30,
“inflation”: 5,
“firstMonth”: “2021-Jan”,
“paginationPageNumber”: “1”,
“paginationPageSize”: “12”,
“ignoreSchedule”: false
}’

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿