Now I need to use an open API, but this API needs a key to verify, and I need to fill in an IP address. The interface I directly access to this API at the front end is 403. So I wonder if I need a server to transit, and there is no way to directly solve the problem of this key at the front end?,APIs are also differentiated. For those with high security and less frequent access, the server does need to transfer If you need to specify an IP address in the API configuration, this should be the case
The document should have instructions
Do you mean that calling the API requires a key parameter? So where does the key parameter come from? What about “fill in IP”?
That is to say, when I simply call the interface over there, I reported an error of 403. Then I looked around and found that a key was required for verification, and I had to fill in an IP address to get the key
If that’s the case, you can bring this key with you. It still seems that it has nothing to do with the transit server