Image url changed by server in GET request
-
When the client side makes a GET request for an image url src it is passed a different url then the one in the tag.
Ex.
<!–img src=”www.somewebsite.com/web-content/uploads/date/filename” />throws error -> GET https://www.somewebsite.com/currentpage/filename 404 (not found)
Why does it change the url from the one that is in the tag? and how can I get around this. Also why the hell does the server do that? Should that not have been tested before a server update and realized that it would break many sites?
The blog I need help with is https://www.lives-of-gethra.com.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Image url changed by server in GET request’ is closed to new replies.