Quote:
Originally Posted by tmatrix
...Should I be concerned about this "flaw" in the source html output? If so, ideas on where to look to correct this?
|
I'm not sure I'm following this, but I know that a lot of the paths are relative - is that what you mean?
Quote:
...When these links are clicked, vB gives a Missing Token error.
|
Is the message "missing security token"? You might be able to solve that by including the security token as part of the url or posted data. The value seems to be included as a javascript variable in the header, so you can probably parse that out without a lot of trouble. But you say you're having trouble with links that work in vb, so I'm not sure why they'd work in the browser without that value, but not in curl (unless you're using method POST in curl? I think vb always checks for the securitytoken value if the method is POST, so maybe use GET if you're not posting data?).