jquery ajax & full server path

后端 未结 3 1908
一向
一向 2021-01-15 15:52

Is there a way to use a full server path instead of a url when submitting a form via ajax with jquery?

The exemple below doesn\'t work but it will give you an idea o

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-15 16:28

    No, that won't work. Those are not publicly visible URIs, those are actual script paths which are not visible from the client.

提交回复
热议问题