iOSでLINEのQRリーダーが#(hash)以降を勝手に削る対策
URLに#の入ったURLをiOSのLINEで読み込もとうしたところ、
なぜか#を含むそれ以降のURLが表示されなかった。
Androidだと読み込めるのになぜ...。
ということでhtaccessで無理やり対策。
QRで発行するURLは下記とします。
http://fromurl/test.php%23NANNTARAKANTARA
RewriteEngine on
RewriteRule test.php#(.*) http://gotourl/test.php#$1 [R,NE,L]
コレ以外にもやり方知っている方教えてください。
Author And Source
この問題について(iOSでLINEのQRリーダーが#(hash)以降を勝手に削る対策), 我々は、より多くの情報をここで見つけました https://qiita.com/yusukeasari/items/a7ef196ee06c8c2b137a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .