Hiding CORS pre-flight requests in Google Chrome dev tools
To hide the pre-flight requests (OPTIONS) in chrome dev tools, use the filter option. Then in the filtering text box, enter: -method:OPTIONS If you want to add additional filters, then […]
To hide the pre-flight requests (OPTIONS) in chrome dev tools, use the filter option. Then in the filtering text box, enter: -method:OPTIONS If you want to add additional filters, then […]
After working for many years with server-side technologies, where the full HTML is generated and sent back in one large chunk, it has been interesting to move to a modular […]
Regardless of the language, formatting can be important. Sometimes it’s an OCD thing… sometimes it’s not. Some languages even control flow based on formatting alone! I recently spent about half […]