Я получаю Not found because of proxy error: Error: certificate has expired when trying to do an axios Post
.
Я использую приведенный ниже код для получения почтового запроса Axe ios:
axios.post('https://35.163.140.105:9999/osm/admin/v1/tokens', postData, axiosConfig)
.then(function(response) {
console.log('Authenticated');
}).catch(function(error) {
console.log('Error on Authentication');
});