coderello / coderello/laravel-dynamic-rendering

q parameter appears in rendertron listening

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
74
Forks
4
PR merge metrics
No merged PRs in 30d

Description

While listening to rendertron, all the urls are sent with a "q" parameter, like in this example.

Listening on port 3000
<-- GET /render/https://mydomain.com/foo/bar/?q=%foo%bar
--> GET /render/https://mydomain.com/foo/bar/?q=%foo%bar 200 1,975ms 17.83kb

Also If I do a "curl -L https://mydomain.com/foo/bar" I still get the same as above.
Tried it with and without caching, and it's the same.
Why is this happening?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.