I use <a href="/RELAY=OFF">OFF</a>
in the hope to send (when I click the button shown 'OFF') a html-get request like: GET /RELAY=OFF to the server. It works perfectly in FF (136.0.1) but in Chrome (134.0.6998.166) I get 4 empty connection attempts to my server with no data being sent to the server. However, when I open the developer tools and click the appropriate <a - line in the html, chrome opens a new window with /RELAY=OFF and I receive a GET /RELAY=OFF on my server. This drives me mad. Any suggestions?
firefox - <a href="RELAY=OFF">OFF<a> different results on FF and Chrome, Safari -
与本文相关的文章
- reactjs - Nextjs share variable across all server componet - Stack Overflow
- java - How to edit large Excel file with Apache POI? - Stack Overflow
- javascript - What might cause this >1000ms lag in webrtc data channel messages? - Stack Overflow
- javascript - Angular 6 - Less CSS' import is not working anymore - Stack Overflow
- Tensorflow Probability: Normal Distribution: log_prob Incompatible shapes - Stack Overflow
- Comparing 2 JSON objects structure in JavaScript - Stack Overflow
- javascript - How to access dynamic key values of a JSON object in node.js? - Stack Overflow
- c++ - Unreal Engine and Niagara component simulation in a Level - Stack Overflow
- Angular Material drag and drop cdk, trigger function on dropping item on another item - Stack Overflow
- Updating GitHub dependency with npm - Stack Overflow
- javascript - How to get cell value by clicking on a button - Stack Overflow
- NAV values on Bloomberg - Stack Overflow
- node.js - Why doesn't .then() need the async keyword when used (similar to await)? How does Javascript know it's
- css - scss - how to only import @use 'variables' in main file, not in all files - Stack Overflow
- 可修改物理MAC地址的WIFI无线上网卡
- javascript - jQuery mouseout on iPad - Stack Overflow
- javascript - Gulp - Minify JS and write to same destination - Stack Overflow
- 华为手机 绑定MAC 无法上网
- GitHub large file limitation and clearing git history - Stack Overflow
- javascript - How to import multiple locale json files in Vue 3 + i18n? - Stack Overflow
评论列表(0)
- 暂无评论