I received an e-mail entitled "○○○○ 様の申請書確認依頼", but the URL seems weird. The e-mail tells me to copy
https://www.cfca.nao.ac.jp/supervisor_approval?id=7017&name=□□□□&email=aaaaaa
bbb[dot]ccc[dot]ddd[dot]eee&category=XC50利用申請
カテゴリXC-B (2019年度)&position=△△△△&student=○○○○
and paste it on my browser. However, the copied URL does not seem to work.
What should I do to reach the correct place?
This problem was presumably caused by your mailer application. You must have received an e-mail as follows:
申請を受理するためには貴方の確認が必要です。次のURLから申請内容を確認後、送信ボタンを押してください。
URLが途中で改行されている場合には、"https://www.cfca.nao.ac.jp/supervisor_approval" から
"student=○○○○" までの文字列(URL)をコピーし、ブラウザのURL欄に手動でペーストしてください。
https://www.cfca.nao.ac.jp/supervisor_approval?id=7017&name=□□□□&email=aaaaaa
bbb[dot]ccc[dot]ddd[dot]eee&category=XC50利用申請 カテゴリXC-B (2019年度)&position=△△△△&student=○○○○
However, some mailer application folds the URL description with newline characters, and divide them into several lines such as
https://www.cfca.nao.ac.jp/supervisor_approval?id=7017&name=□□□□&email=aaaaaa
bbb[dot]ccc[dot]ddd[dot]eee&category=XC50利用申請
カテゴリXC-B (2019年度)&position=△△△△&student=○○○○
This is probably because the mailer application regards text blanks as newlines.
Then if you copy just the first line of the folded URL, it would create an incomplete webpage.
To avoid this, bunch all the URL descriptions into a single line by hand such as
https://www.cfca.nao.ac.jp/supervisor_approval?id=7017&name=□□□□&email=aaaaaa
bbb[dot]ccc[dot]ddd[dot]eee&category=XC50利用申請 カテゴリXC-B (2019年度)&position=△△△△&student=○○○○
and paste it on your browser. It would probably take you to the right place.
(Last updated 2024 or before)