You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to delay only images instead of the whole rest, so the parameter ?delay=1000 doesn't work for me.
I found a solution called https://requestly.com/ but the add ?_rq_delayed=true into the URL.
So this link works: https://cdn.dummyjson.com/products/images/mens-shirts/Man%20Plaid%20Shirt/2.png
But this link doesn't work: https://cdn.dummyjson.com/products/images/mens-shirts/Man%20Plaid%20Shirt/2.png?_rq_delayed=true
I've got 404.
Is it possible to ignore all get params for images?
The text was updated successfully, but these errors were encountered:
Hi.
I love dummy json in my project. Excellent job!
I want to delay only images instead of the whole rest, so the parameter
?delay=1000
doesn't work for me.I found a solution called
https://requestly.com/
but the add?_rq_delayed=true
into the URL.So this link works:
https://cdn.dummyjson.com/products/images/mens-shirts/Man%20Plaid%20Shirt/2.png
But this link doesn't work:
https://cdn.dummyjson.com/products/images/mens-shirts/Man%20Plaid%20Shirt/2.png?_rq_delayed=true
I've got 404.
Is it possible to ignore all get params for images?
The text was updated successfully, but these errors were encountered: