-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconstants.js
More file actions
22 lines (22 loc) · 1.08 KB
/
constants.js
File metadata and controls
22 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module.exports = {
'headers': {
'Accept': 'application/json, text/javascript, */*; q=0.01',
'X-Requested-With': 'tw.edu.ntu.ceiba',
'User-Agent': 'Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Google Nexus 4 - 4.2.2 - API 17 - 768x1280 Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30'
},
'urls': {
'ceiba_api_entry': 'https://ceiba.ntu.edu.tw/course/f03067/app/info_web.php?api_version=1.1',
'ntu_sso_entry': 'https://web2.cc.ntu.edu.tw/p/s/login2/p6.php?url=https://ceiba.ntu.edu.tw/ChkSessLib.php',
'ntu_sso_login': 'https://web2.cc.ntu.edu.tw/p/s/login2/p1.php',
'ceiba_sso_callback_prefix': 'https://ceiba.ntu.edu.tw/ChkSessLib.php?sess=',
'ceiba_sso_callback_endpoint': 'https://ceiba.ntu.edu.tw/ChkSessLib.php',
'ceiba_api_base': 'https://ceiba.ntu.edu.tw/course/f03067/app/login.php?api=1&',
'ceiba_web_home': 'https://ceiba.ntu.edu.tw/student/index.php',
'ceiba_root': 'https://ceiba.ntu.edu.tw/course/'
},
'download': {
'bulletin': 'bulletin',
'content': 'content',
'board': 'board'
}
};