The easyui framework adds Authorization to the global request header like this

for example, at the back end, I used JWT check Authorization,
to write back to the front end, and found that it would be troublesome to add Authorization to every request, and like uploading pictures,

<form action="/image/upload" method="post" enctype="multipart/form-data">
    <input type="file" name="file">
    <input type="submit" value="">
</form>

head

:easyui
Mar.12,2021

js interceptor try

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34c38-e48c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34c38-e48c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?