Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by gopalv
at 2024-07-20 23:51:52
Point:500 Replies:4 POST_ID:829049USER_ID:11954
Topic:
Web Services;;Web Applications
Hi,
When calling a REST webservice through ajax using jQuery the following error is getting
"Failed to load resource: the server responded with a status of 405 (Method Not Allowed)"
REST webservice and the calling page is under different domain.
Thanks
When calling a REST webservice through ajax using jQuery the following error is getting
"Failed to load resource: the server responded with a status of 405 (Method Not Allowed)"
REST webservice and the calling page is under different domain.
Thanks
Author: gopalv replied at 2024-08-05 03:47:56
This question is no longer relevant to us. I have awarded equal points to anyone who tried participate. Appreciate your time & effort.
Assisted Solution
Expert: Dave Baldwin replied at 2024-07-21 00:07:46
166 points EXCELLENT
Every REST webservice has it's own methods that have to be followed. And every method must be supported by a program on that server.
Assisted Solution
Expert: duncanb7 replied at 2024-07-21 00:05:43
167 points EXCELLENT
And what system are you using to run the code ?
you send the Request to the server is running IIS ?
Duncan
you send the Request to the server is running IIS ?
Duncan
Accepted Solution
Expert: duncanb7 replied at 2024-07-21 00:04:36
167 points EXCELLENT
Could you post the jquery code and the full path of the site ?
Duncan
Duncan