0
0

AWS WAF のカスタムレスポンスで日本語が文字化けする

Posted at

普通にHTMLで charset / content / lang 指定をすればOK

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="content-language" content="ja">
<title>タイトル </title>
</head>
<body>
メッセージ
</body>
</html>

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

プロフィール・経歴

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