Yawin Calculator

फ्रीमियम
द्वारा Yawin Tutor | अपडेट किया गया לפני חודשיים | Finance
लोकप्रियता

8 / 10

लेटेंसी

1,732ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

Authentication Error

Rapid account: Master Code Killr
MasterCodeKillr
לפני שנתיים

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 לפני שנתיים

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
}’

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें