laravel-phantomjs icon indicating copy to clipboard operation
laravel-phantomjs copied to clipboard

URLs of same domain doesn't get captured.

Open aCodeAlchemist opened this issue 4 years ago • 0 comments

For same domain / server urls it doesn't work. I setup laravel with nginx server.

For all other urls it works. When tried using same domain I get following response

{
"headers": [],
"status": null,
"content": null,
"contentType": null,
"url": "https://api.mydomain.com/",
"redirectURL": null,
"time": "2020-04-12T06:16:28.116Z",
"console": [],
"cookies": []
}

I have tried isLazy method as well.. but it still didn't work. Any idea why would that be? or what could be the steps to debug this?

aCodeAlchemist avatar Apr 12 '20 06:04 aCodeAlchemist