UNPKG

perimeterx-axios-interceptor

Version:

🧱 Intercept requests which are blocked by PerimeterX - pop up the challenge and retry the request

7 lines (6 loc) • 176 B
/** * Handle status code that lie within the range of 2xx * @param {net.Response} response * @returns response */ module.exports = (response) => Promise.resolve(response);