Consider a parabola $y^2 = 4ax$ , parameterize it as $x=at^2$ and $y=2at$, then it is found that if we have a line segment passing through focus, with each points having value of $t$ as $t_1$ and $t_2$ for the parameterization, then it must be that:
$$ t_1 \cdot t_2 = -1$$
Hope for hints.
Chord passing through $(at_1^2,2at_1)$ and $(at_2^2,2at_2)$ is $$y-2at_2=\frac{2at_1-2at_2}{at_1^2-at_2^2}(x-at_2^2)$$ $$y-2at_2=\frac{2}{t_1+t_2}(x-at_2^2)$$
It should pass through focus $(a,0)$ $$\Rightarrow -at_2=\frac{1}{t_1+t_2}\,a(1-t_2^2)$$ $$\Rightarrow t_1t_2=-1$$