ロングテキストエリア項目に入力したURLに半角括弧 「(」 または 「)」 が含まれている場合、ハイパーリンクが途中で途切れてしまい、URLに正しくアクセスできなくなることがあります。
これは、半角括弧がURLの一部として正しく認識されないために発生します。
この現象は、URL内の半角括弧をURLエンコード値に置き換えることで解決できます。
例えば、URLに含まれる半角括弧 「(」 を 「%28」 へ、半角括弧 「)」 を 「%29」 に置き換えます。
修正例:
・変更前:https://example.com/path(test)/
・変更後:https://example.com/path%28test%29/
上記のように修正することで、URL全体が正しくハイパーリンクとして認識され、アクセスが可能になります。
005224383

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.