http
http copied to clipboard
Community plugin for native HTTP
The default fetch method is restricted by the browser context in which the app runs. This means that all requests are subjected to CORS and other web security mechanisms. This...
**Is your feature request related to a problem? Please describe.** Capacitor v4 has been released and it would be great for this plugin to support v4. There is [already a...
**Describe the bug** Running iOS I keep getting ERROR MESSAGE: {"message":"Must provide value","errorMessage":"Must provide value"} ⚡️ [error] - {"message":"Must provide value","errorMessage":"Must provide value"} my setCookie options: {"url":"/","key":"authenticated","value":47116589}
By using `next` tag, This plugin can try to test on Capacitor 4. ``` % npm install @capacitor-community/http@next ``` https://github.com/capacitor-community/http/releases/tag/v2.0.0-0 However, this update was done automatically by `@rdlabo/capacitor-plugin-to-v4 ` ,and...
This PR updates the iOS and Android versions of DownloadFile to return http headers as requested here: https://github.com/capacitor-community/http/issues/30. I understand this repo is in maintenance mode so I understand it...
**Is your feature request related to a problem? Please describe.** In my use case I'd like to download files via this plugin and store a reference in my database. For...
Request to https domain fails with SSLHandshakeException. I am trying to perform http requests to my backend api server, which has a valid certificate and is running https. Unfortunately, the...
**Describe the bug** When I use Http.setCookie it encodes the value of the cookie that I put into the options of the function. Then when I want to use a...
Simple spelling correction in the "Third Party Cookies on iOS" explanation.
**Describe the bug** I can't download a file and replace the existing one ``` couldn’t be moved to “Caches” because an item with the same name already exists. ``` **To...