The server returns the following response message.
< img src=“/storage/startingpoint/Markup/message.png” style=“zoom: 80%;” / >
I have the following (among others):
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
10.10.10.49
Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.2.28
Any suggestions?
Sorry:
<img src=“/storage/startingpoint/Markup/message.png” style=“zoom: 80%;” />
The image doesn’t appear to be working.
For clarity, can you say what URI you are entering and what the expected response should be?
I have added spaces to clarify the sentence. Sorry.
I expect to have such response from the server but I have a 404. I have asked for reseting it but I do not know if that is the solution :(.
Thanks for asking!
Most detailed explanation:
I expect the response to be like in the walkthrough: what am I doing wrong?
TazWake
September 1, 2020, 9:47am
6
@partizan said:
I expect the response to be like in the walkthrough: what am I doing wrong?
So, in that screenshot there is a HTTP POST request to /process.php
with an XML file as the payload which seems to have worked, not the 404 you mentioned previously.
At a very high level, I’d suggest using the syntax suggested in the walkthrough.
In your image, it appears to be:
<?xml version="1.0"?><order><quantity>1</quantity><item>Home Appliances</item><address>Street</address></order>
This isn’t the same.