Philip Lundqvist

Results 4 comments of Philip Lundqvist

I can also confirm that adding the X-Forwarded-Proto header solved my issues.

According to the official php documentation at [php.net](https://www.php.net/manual/en/function.uniqid.php#refsect1-function.uniqid-returnvalues) the function does not guarantee uniqueness. I suppose this won't be a problem when running in development and demonstration environment but it's...

What's your thoughts about adding dependencies and using UUIDv4? If you can accept adding [ramsey/uuid](https://github.com/ramsey/uuid) as a dependency you could do something like this to generate a UUIDv4 string instead...

I know this issue is an old one, but after I've looked at the code inside `addRequest()` it seems this issue is still up to date. The solution @bugada mentions...