My scene is that. The following thing is done by my software automaticlly.
1 Login one website with Username, password and activate code.
2 Browse to certain page, analyse the download url of *.CSV in that page.
3 read this CSV file line by line directly, then write it into my DB.
4 In the past, this job worked well, but now the return content is that:
Mangler signatur. Sesjonen på innloggingen har bare en viss varighet. Forsøk å oppdatere siden (F5) for å utvide sesjonen, eller log inn på nytt. |
|
ApplicationName |
null |
MerchantName |
null |
AccountId |
null |
QueryString |
path=download_csv.jsp
periode=3
|
RemoteAddr |
***.***.6.253 |
efaktura-web |
|
"Mangler signatur. Sesjonen på innloggingen har bare en viss varighet. Forsøk å oppdatere siden (F5) for å utvide sesjonen, eller log inn på nytt.", it means "Missing signature. The session on login only have a certain duration.
Try refreshing the page (F5) to extend the session, or log in again."
so what can I do for that? I really hope your help. Thanks a lot.