Hi, I have suspicion it might be your uri percent encoding i.e. the %5C. Although it should be case-insensitive it isn't always the case. Can you try with %5c and see if that works? If not, I would focus on verifying the connectivity first by using something like curl or wget for example.
↧