Hi
I'm making a php script that would work like API on site that dosn't provide one. I'm using curl for it and the site is posting cookies with javascritpt, so i can't read them.
Is there a php class or php module that would read javascript, store the cookie and let me resubmit it with curl to the mentioned page?
I Red somehwer that its possible to read php from Java, so maybe there is a similiar way for JS/PHP?