We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9812045 commit fb8eec2Copy full SHA for fb8eec2
lib/adapters/http.js
@@ -228,7 +228,7 @@ export default isHttpAdapterSupported && function httpAdapter(config) {
228
}
229
230
// Parse url
231
- const fullPath = buildFullPath(config.baseURL, config.url);
+ const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);
232
const parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : undefined);
233
const protocol = parsed.protocol || supportedProtocols[0];
234
0 commit comments