Answer the question
In order to leave comments, you need to log in
Why is there no proxy?
There is a request to a third-party API, let it be https://ws75.aptoide.com/api/7/apps/search?query=asd
There is an nginx.conf config with the lines:
location /api/7/apps/search {
proxy_pass https://ws75.aptoide.com/;
}
(of course the location is inside the server, which is inside the http) fetch('/api/7/apps/search?' + new URLSearchParams({
query: input.value
}))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question