0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Electronでpostする

Last updated at Posted at 2023-08-09

 これもてっきり簡単にできるものだと思ってたら、以外とそうではなくて、ログイン認証だったり、クライアント証明書を使おうとしたら、axiosを使う記事が見つかって、それでいったん書きました。
 そうじゃなくBrowserWindowではできないのかと思ったら出来て、書き直しました。

手順

  1. BrowserWindow.loadURLでpostする
  2. 結果をpreload.js の window.addEventListener("DOMContentLoaded" で受け取ってipcRenderer.send する
  3. ログインは BrowserWindow.webContents.on('login' で処理できる
  4. クライアント証明書は、システムの証明書が使用される
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?