Hi again, i try entering link crawler rule with my cookie from editthiscookie
i check many times but i haven't found where my mistake is,
i think my cookie format is already in this format ,so i dont know what cause this error
HTML Code:
"cookies": [
[
"key1",
"value1"
],[
"key2",
"value2"
]
]
it say ]' is not valid java.utils list , but i thought i enter the cookie into correct format list
because my link crawler rule contains cookie, may i send the deep crawler rule through your inbox ?
Thanks alot
Quote:
Originally Posted by pspzockerscene
Well...get the keys and values of your cookies and put them in the format as displayed in the **External links are only visible to Support Staff**... as an example:
Quoting the article:
Code:
"cookies": [
[
"key1",
"value1"
],[
"key2",
"value2"
]
]
|