Authentication
When you use a pro plan, you have to pass your API key in order to authenticate as part of the request to be authenticated against Microlink API.
That should be done carefully: If you do that publicly, you're compromising your credentials to be leaked by anyone.
In order to prevent that, authentication step should be done at backend side.
You can do that in a trivial using
Microlink Proxy
to setup your custom API endpoint, only allowing a list of well-knowledge domains consume your API quota.After that, just pass your proxy URL as
endpoint
query parameter.Authentication
When you use a pro plan, you have to pass your API key in order to authenticate as part of the request to be authenticated against Microlink API.
That should be done carefully: If you do that publicly, you're compromising your credentials to be leaked by anyone.
In order to prevent that, authentication step should be done at backend side.
You can do that in a trivial using
Microlink Proxy
to setup your custom API endpoint, only allowing a list of well-knowledge domains consume your API quota.After that, just pass your proxy URL as
endpoint
query parameter.