¿Cómo subrayar un hipervínculo URL en Latex?

¿Cómo subrayar un hipervínculo URL en Latex?

Cómo hacer un subrayado para mi URL, lo intenté \underlinepero no es útil, coloca el texto sobre las páginas.

hiperreferencia

\documentclass[12pt,oneside]{book}

\usepackage[utf8]{inputenc}
\usepackage[OT6,T1]{fontenc}
\usepackage{xcolor}
\usepackage{hyperref}
\hypersetup{
 urlbordercolor=black,
 pdfborderstyle={/S/U/W 1}
 }

\begin{document}

The URL is \url{http://testing.com}.

\end{document}

información relacionada